X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=6591b84bcd7abb5873ad81f229ca68c01699b0bf;hb=ba5a9f2b361a2fa01d1a3396999a5833983c0f4a;hp=f0c372ab7785cc160eeee597a15285a4b0ed26dc;hpb=af05e4b2defde537f3b953a7dae0ef44fae225aa;p=oweals%2Fminetest.git diff --git a/.gitignore b/.gitignore index f0c372ab7..6591b84bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,113 @@ -map/* -world/* -CMakeFiles/* -src/CMakeFiles/* -src/Makefile -src/cmake_config.h -src/cmake_install.cmake -src/jthread/CMakeFiles/* -src/jthread/Makefile -src/jthread/cmake_config.h -src/jthread/cmake_install.cmake +## Editors and Development environments +*~ +*.swp +*.bak* +*.orig +# 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 + +## Files related to minetest development cycle +/*.patch +*.diff +# GNU Patch reject file +*.rej + +## Non-static Minetest directories or symlinks to these +/bin/ +/games/* +!/games/minimal/ +/cache +/textures/* +!/textures/base/ +/screenshots +/sounds +/mods/* +!/mods/minetest/ +/mods/minetest/* +!/mods/minetest/mods_here.txt +/worlds +/world/ +/clientmods/* +!/clientmods/preview/ +/client/mod_storage/ + +## Configuration/log files minetest.conf -bin/ +debug.txt + +## Other files generated by minetest +screenshot_*.png +testbm.txt + +## Doxygen files +doc/Doxyfile +doc/html/ +doc/doxygen_* + +## Build files +CMakeFiles +Makefile +!build/android/Makefile +build/android/path.cfg +build/android/*.apk +build/android/.externalNativeBuild +cmake_install.cmake CMakeCache.txt CPackConfig.cmake CPackSourceConfig.cmake -Makefile -cmake_install.cmake -src/jthread/libjthread.a -debug.txt -bin/debug.txt -minetestmapper/map.png +src/test_config.h +src/android_version.h +src/android_version_githash.h +src/cmake_config.h +src/cmake_config_githash.h +src/unittest/test_world/world.mt +src/lua/build/ +locale/ +.directory +*.cbp +*.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 + +## Android build files +build/android/src/main/assets +build/android/build +build/android/deps +build/android/libs +build/android/jni/lib +build/android/jni/src +build/android/src/main/jniLibs +build/android/obj +build/android/local.properties +build/android/.gradle +timestamp