1
0

added cmake ignores to gitignore

This commit is contained in:
Tycho Bickerstaff 2013-12-10 18:39:09 +00:00
parent 5d2311bcff
commit bdb17a7e65

11
.gitignore vendored
View File

@ -7,7 +7,7 @@ Symbols
cloc-ignored.txt
cloc.xml
cloc.xsl
*.ncb
*.ncb
*.user
*.suo
/EveryNight.cmd
@ -15,6 +15,7 @@ cloc.xsl
# emacs stuff
*.*~
*~
# world inside source
ChunkWorx.ini
@ -32,3 +33,11 @@ logs
players
world
world_nether
#cmake stuff
CMakeFiles/
cmake_install.cmake
CMakeCache.txt
Makefile
*.a