Adding instructions to libs and include directories.

This commit is contained in:
Deathsbreed
2014-10-19 10:43:24 -05:00
parent de7120f7fa
commit ef041d3b1e
3 changed files with 6 additions and 3 deletions

7
.gitignore vendored
View File

@ -1,5 +1,5 @@
# Ignore binary files
bin/*
bin/
# Ignore CMake files
CMakeCache.txt
@ -8,5 +8,6 @@ cmake_install.cmake
Makefile
# Ignore library and include files
libs/*
include/*
libs/*.so
libs/*.dll
include/irrlicht/*