diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-01-25 14:37:19 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-01-25 14:37:19 +0100 |
commit | cb7c5a6181cd17485c518dd18b82d72af933e7bd (patch) | |
tree | cfc786bf7992a64694a7fd27854aedb7f0b03a64 | |
parent | Added dependecy output to Bindings/BindingsDependencies.txt (diff) | |
download | cuberite-cb7c5a6181cd17485c518dd18b82d72af933e7bd.tar cuberite-cb7c5a6181cd17485c518dd18b82d72af933e7bd.tar.gz cuberite-cb7c5a6181cd17485c518dd18b82d72af933e7bd.tar.bz2 cuberite-cb7c5a6181cd17485c518dd18b82d72af933e7bd.tar.lz cuberite-cb7c5a6181cd17485c518dd18b82d72af933e7bd.tar.xz cuberite-cb7c5a6181cd17485c518dd18b82d72af933e7bd.tar.zst cuberite-cb7c5a6181cd17485c518dd18b82d72af933e7bd.zip |
-rw-r--r-- | .gitignore | 60 |
1 files changed, 5 insertions, 55 deletions
diff --git a/.gitignore b/.gitignore index 923735d25..007b21519 100644 --- a/.gitignore +++ b/.gitignore @@ -71,58 +71,8 @@ MCServer.dir/ #cmake output folders ZERO_CHECK.dir/ -lib/cryptopp/Debug/ -lib/cryptopp/DebugProfile/ -lib/cryptopp/Release/ -lib/cryptopp/ReleaseProfile/ -lib/cryptopp/cryptopp.dir/ -lib/expat/Debug/ -lib/expat/DebugProfile/ -lib/expat/Release/ -lib/expat/ReleaseProfile/ -lib/expat/expat.dir/ -lib/inifile/Debug/ -lib/inifile/DebugProfile/ -lib/inifile/Release/ -lib/inifile/ReleaseProfile/ -lib/inifile/inifile.dir/ -lib/jsoncpp/Debug/ -lib/jsoncpp/DebugProfile/ -lib/jsoncpp/Release/ -lib/jsoncpp/ReleaseProfile/ -lib/jsoncpp/jsoncpp.dir/ -lib/lua/Debug/ -lib/lua/DebugProfile/ -lib/lua/Release/ -lib/lua/ReleaseProfile/ -lib/lua/lua.dir/ -lib/luaexpat/Debug/ -lib/luaexpat/DebugProfile/ -lib/luaexpat/Release/ -lib/luaexpat/ReleaseProfile/ -lib/luaexpat/luaexpat.dir/ -lib/md5/Debug/ -lib/md5/DebugProfile/ -lib/md5/Release/ -lib/md5/ReleaseProfile/ -lib/md5/md5.dir/ -lib/sqlite/Debug/ -lib/sqlite/DebugProfile/ -lib/sqlite/Release/ -lib/sqlite/ReleaseProfile/ -lib/sqlite/sqlite.dir/ -lib/tolua++/Debug/ -lib/tolua++/DebugProfile/ -lib/tolua++/Release/ -lib/tolua++/ReleaseProfile/ -lib/tolua++/tolua.dir/ -lib/tolua++/tolualib.dir/ -lib/zlib/Debug/ -lib/zlib/DebugProfile/ -lib/zlib/Release/ -lib/zlib/ReleaseProfile/ -lib/zlib/zlib.dir/ -src/Debug/ -src/DebugProfile/ -src/Release/ -src/ReleaseProfile/ +Debug/ +DebugProfile/ +Release/ +ReleaseProfile/ +*.dir/ |