X-Git-Url: https://git.librecmc.org/?p=oweals%2Fminetest.git;a=blobdiff_plain;f=.gitignore;h=52f8bc4f4a52e42730042c1696ab56501cd56538;hp=f0c372ab7785cc160eeee597a15285a4b0ed26dc;hb=HEAD;hpb=3560f0de082a8950a84e2e866981f8bdfd05428a diff --git a/.gitignore b/.gitignore index f0c372ab7..52f8bc4f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,108 @@ -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 +.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 + +## Files related to Minetest development cycle +/*.patch +*.diff +# GNU Patch reject file +*.rej + +## Non-static Minetest directories or symlinks to these +/bin/ +/games/* +!/games/devtest/ +/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 +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 +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/test_config.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 +*.apk +*.zip