X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=f9c664da6e33c33c58f3eb5200803665fed34e9d;hb=9aec701a4cb999b3d1eb097d4b01df0480b4ebd0;hp=bfa7d59a1942f363d3617375a813376c7ef01bce;hpb=47e4eda4bb87cd9dc20dddf81ca473b523eeb150;p=dragonfireclient.git diff --git a/.gitignore b/.gitignore index bfa7d59a1..f9c664da6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,86 @@ -map/* -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 + +## 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 +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 + +## 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