X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=551a34c07ec6139ec899b4761b4bb46d7d47a693;hb=847ed04e0ad903b064f4f4a444d25f7cdc1130cb;hp=b89ad68e3c07ba75e3614fbd645c9a41d63e7cb1;hpb=181f7baa453c58d4070de7196fd74663110946a8;p=minetest.git diff --git a/.gitignore b/.gitignore index b89ad68e3..551a34c07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,96 +1,121 @@ -## Generic ignorable patterns and files +## Editors and development environments *~ -.*.swp -*bak* -tags -*.vim +*.swp +*.bak* *.orig -*.rej +.DS_Store +# Vim +*.vim +# Kate +.*.kate-swp +.swp.* +# KDevelop4 +.kdev4/ +*.kdev4 +# Eclipse (CDT and LDT) +.project +.cproject +.settings/ +.buildpath +.metadata +# GNU Global +tags +!tags/ +gtags.files +.idea +# Codelite +*.project +# Visual Studio Code & plugins +.vscode/ +build/.cmake/ +# Gradle +.gradle +# Clang +.cache -## Files related to minetest development cycle +## Files related to Minetest development cycle /*.patch +*.diff +# GNU Patch reject file +*.rej -## Non-static Minetest directories +## Non-static Minetest directories or symlinks to these /bin/ /games/* -!/games/minimal/ -/cache/ +!/games/devtest/ +/games/devtest/mods/soundstuff/sounds/gitignored_sounds/* +!/games/devtest/mods/soundstuff/sounds/gitignored_sounds/custom_sounds_here.txt +/cache /textures/* !/textures/base/ -/sounds/ +/screenshots +/sounds /mods/* -!/mods/minetest/ -/mods/minetest/* -!/mods/minetest/mods_here.txt -/worlds/ -/world/ +!/mods/mods_here.txt +/worlds/* +!/worlds/worlds_here.txt +/clientmods/* +!/clientmods/preview/ +/client/mod_storage/ ## Configuration/log files minetest.conf debug.txt +debug.txt.1 + +## Other files generated by Minetest +screenshot_*.png +testbm.txt ## Doxygen files doc/Doxyfile doc/html/ doc/doxygen_* +## MkDocs files +public/ +doc/mkdocs/docs/*.md +doc/mkdocs/mkdocs.yml + ## Build files -CMakeFiles/* -src/CMakeFiles/* -src/Makefile -src/android_version.h -src/cmake_config.h -src/cmake_config_githash.h -src/cmake_install.cmake -src/script/CMakeFiles/* -src/script/common/CMakeFiles/* -src/script/cpp_api/CMakeFiles/* -src/script/lua_api/CMakeFiles/* -src/util/CMakeFiles/* -src/unittest/CMakeFiles/* -src/jthread/CMakeFiles/* -src/jthread/Makefile -src/jthread/cmake_config.h -src/jthread/cmake_install.cmake -src/jthread/libjthread.a -src/json/libjson.a -src/lua/build/ -src/lua/CMakeFiles/ -src/cguittfont/CMakeFiles/ -src/cguittfont/libcguittfont.a -src/cguittfont/cmake_install.cmake -src/cguittfont/Makefile -src/gmp/CMakeFiles/ -src/gmp/libgmp.a -src/json/CMakeFiles/ -src/json/libjsoncpp.a -src/sqlite/CMakeFiles/* -src/sqlite/libsqlite3.a -src/client/CMakeFiles/ -src/network/CMakeFiles/ +build/ +CMakeFiles +Makefile +cmake_install.cmake CMakeCache.txt CPackConfig.cmake CPackSourceConfig.cmake -Makefile -cmake_install.cmake -locale/ +src/test_config.h +src/cmake_config.h +src/cmake_config_githash.h +src/unittest/test_world/world.mt +games/devtest/mods/testnodes/textures/testnodes_generated_*.png +/locale/ .directory -.kdev4/ *.cbp -*.kdev4 *.layout *.o +*.a +*.ninja +.ninja* +*.gch +*.iml +test_config.h +cmake-build-debug/ +cmake-build-release/ +cmake_config.h +cmake_config_githash.h +CMakeDoxy* +compile_commands.json +*.apk +*.zip +# Visual Studio +*.vcxproj* +*.sln +.vs/ -## Android build files -build/android/assets -build/android/bin -build/android/Debug -build/android/deps -build/android/gen -build/android/jni/src -build/android/libs -build/android/obj -build/android/path.cfg -build/android/AndroidManifest.xml -timestamp +# Optional user provided library folder +lib/irrlichtmt +# Generated mod storage database +client/mod_storage.sqlite