diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-12-21 15:08:54 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-12-21 15:08:54 +0100 |
commit | 3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4 (patch) | |
tree | f6675b692a8acac2a1de853a2df67f3ee8b6c0a1 /.gitignore | |
parent | You could now only get fish from non-source blocks. Fixed it. (diff) | |
parent | fixed lua dynamic library (diff) | |
download | cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.tar cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.tar.gz cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.tar.bz2 cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.tar.lz cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.tar.xz cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.tar.zst cuberite-3dbc1a7e8a046c9bc5e39e8fa1817ee971b96bb4.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c65e6b8f6..c07822b49 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ Symbols cloc-ignored.txt cloc.xml cloc.xsl -*.ncb + *.ncb *.user *.suo /EveryNight.cmd @@ -17,6 +17,7 @@ cloc.xsl *.sublime-* ## emacs *.*~ +*~ # world inside source ChunkWorx.ini @@ -34,3 +35,28 @@ logs players world world_nether + +#cmake stuff +CMakeFiles/ +cmake_install.cmake +CMakeCache.txt +Makefile + +*.a +*.d +CMakeCache.txt +CMakeFiles +Makefile +cmake_install.cmake +install_mainfest.txt +src/MCServer +lib/tolua++/tolua +src/Bindings/Bindings.* +MCServer.dir/ + +#win32 cmake stuff +*.vcxproj +*.vcxproj.filters +*.opensdf +*.sdf +*.sln |