X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitignore;h=bb5e0a0cdb150d712ddc777a68dca9674d9a93cf;hb=3dd7d7867b14058d3329f1ce2bd2e85713ff50b1;hp=c2600afeba0ff805da2ffbe5d09a499fce42de78;hpb=c2e7b1f57941cb34cb7e3d71dc040fad53a64e3e;p=dragonfireclient.git diff --git a/.gitignore b/.gitignore index c2600afeb..bb5e0a0cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ -## Editors and Development environments +## Editors and development environments *~ *.swp *.bak* *.orig +.DS_Store # Vim *.vim # Kate @@ -21,17 +22,25 @@ tags !tags/ gtags.files -.idea/* +.idea +# Codelite +*.project +# Visual Studio Code & plugins +.vscode/ +build/.cmake/ +# Gradle +.gradle -## Files related to minetest development cycle +## 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/ +!/games/devtest/ /cache /textures/* !/textures/base/ @@ -43,30 +52,43 @@ gtags.files !/mods/minetest/mods_here.txt /worlds /world/ +/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 +build/ CMakeFiles Makefile -!build/android/Makefile cmake_install.cmake CMakeCache.txt CPackConfig.cmake CPackSourceConfig.cmake -src/android_version.h -src/android_version_githash.h +src/test_config.h src/cmake_config.h src/cmake_config_githash.h -src/lua/build/ -locale/ +src/unittest/test_world/world.mt +games/devtest/mods/testnodes/textures/testnodes_generated_*.png +/locale/ .directory *.cbp *.layout @@ -75,15 +97,23 @@ locale/ *.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/ + +# Optional user provided library folder +lib/irrlichtmt -## 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 +# Generated mod storage database +client/mod_storage.sqlite