added cmake ignores to gitignore
This commit is contained in:
parent
5d2311bcff
commit
bdb17a7e65
11
.gitignore
vendored
11
.gitignore
vendored
@ -7,7 +7,7 @@ Symbols
|
|||||||
cloc-ignored.txt
|
cloc-ignored.txt
|
||||||
cloc.xml
|
cloc.xml
|
||||||
cloc.xsl
|
cloc.xsl
|
||||||
*.ncb
|
*.ncb
|
||||||
*.user
|
*.user
|
||||||
*.suo
|
*.suo
|
||||||
/EveryNight.cmd
|
/EveryNight.cmd
|
||||||
@ -15,6 +15,7 @@ cloc.xsl
|
|||||||
|
|
||||||
# emacs stuff
|
# emacs stuff
|
||||||
*.*~
|
*.*~
|
||||||
|
*~
|
||||||
|
|
||||||
# world inside source
|
# world inside source
|
||||||
ChunkWorx.ini
|
ChunkWorx.ini
|
||||||
@ -32,3 +33,11 @@ logs
|
|||||||
players
|
players
|
||||||
world
|
world
|
||||||
world_nether
|
world_nether
|
||||||
|
|
||||||
|
#cmake stuff
|
||||||
|
CMakeFiles/
|
||||||
|
cmake_install.cmake
|
||||||
|
CMakeCache.txt
|
||||||
|
Makefile
|
||||||
|
|
||||||
|
*.a
|
||||||
|
Loading…
Reference in New Issue
Block a user