X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=d7e0daab4cba4b0e4410e75dc9433515a6fcf815;hb=bda12ddd7dd9f9d36d8d567e74c708869e0fe102;hp=f0c372ab7785cc160eeee597a15285a4b0ed26dc;hpb=3560f0de082a8950a84e2e866981f8bdfd05428a;p=minetest.git diff --git a/.gitignore b/.gitignore index f0c372ab7..d7e0daab4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,89 @@ -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/* + +## Files related to minetest development cycle +/*.patch +# 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/ + +## Configuration/log files minetest.conf -bin/ +debug.txt + +## Doxygen files +doc/Doxyfile +doc/html/ +doc/doxygen_* + +## Build files +CMakeFiles +Makefile +!build/android/Makefile +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/android_version.h +src/android_version_githash.h +src/cmake_config.h +src/cmake_config_githash.h +src/lua/build/ +locale/ +.directory +*.cbp +*.layout +*.o +*.a +*.ninja +.ninja* + +## Android build files +build/android/src/main/assets +build/android/build +build/android/deps +build/android/libs +build/android/jni/src +build/android/src/main/jniLibs +build/android/obj +build/android/local.properties +build/android/.gradle +timestamp +