diff options
author | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-10 19:39:09 +0100 |
---|---|---|
committer | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-10 19:40:22 +0100 |
commit | bdb17a7e652ce98e977195502a535f40bd252c13 (patch) | |
tree | 45f333a3ba9b7f0f5d6e3091787ad190e83d665b /.gitignore | |
parent | Merge remote-tracking branch 'upstream/master' (diff) | |
download | cuberite-bdb17a7e652ce98e977195502a535f40bd252c13.tar cuberite-bdb17a7e652ce98e977195502a535f40bd252c13.tar.gz cuberite-bdb17a7e652ce98e977195502a535f40bd252c13.tar.bz2 cuberite-bdb17a7e652ce98e977195502a535f40bd252c13.tar.lz cuberite-bdb17a7e652ce98e977195502a535f40bd252c13.tar.xz cuberite-bdb17a7e652ce98e977195502a535f40bd252c13.tar.zst cuberite-bdb17a7e652ce98e977195502a535f40bd252c13.zip |
Diffstat (limited to '.gitignore')
-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 |