/artefacts/ /.venv /tags /tags.lock /tags.temp /*-*-*-*-*.conf /*-*-*-*-*/ ## 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 # Logs log/* # Protobuf **/*.pb.cc **/*.pb.h **/*_pb2.py # Python **/__pycache__/ __pycache__/ *.egg-info newworld/ ## Non-static Minetest directories or symlinks to these /bin/ /games/* !/games/minetest_game/ !/games/devtest/ /cache /textures/* !/textures/base/ !/textures/texture_packs_here.txt /screenshots /sounds /mods/* !/mods/minetest/ /mods/minetest/* !/mods/minetest/mods_here.txt !/mods/mods_here.txt !/mods/random_v*/ !/mods/treechop_v*/ !/mods/rewards/ !/mods/treechop_shaped_v*/ /worlds /configs /world/ /clientmods/* !/clientmods/rewards/ !/clientmods/random_v*/ !/clientmods/treechop_v*/ !/clientmods/treechop_shaped_v*/ /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/ build_headless/ CMakeFiles cmake_install.cmake CMakeCache.txt CPackConfig.cmake CPackSourceConfig.cmake src/test_config.h src/cmake_config.h src/cmake_config_githash.h src/unittest/test_world/world.mt games/devtest/mods/testnodes/textures/testnodes_generated_*.png /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 # Visual Studio *.vcxproj* *.sln .vs/ # Optional user provided library folder # TODO: don't add irrlichtmt, apply patch from CMakeLists.txt # lib/irrlichtmt # Generated mod storage database client/mod_storage.sqlite # Default artefact director artefacts/*