diff options
-rw-r--r-- | .gitignore | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b0ad11d53..e8037b564 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |