2019-04-12 14:29:29 +02:00
|
|
|
## Editors and development environments
|
2012-01-25 04:38:00 +01:00
|
|
|
*~
|
2015-09-20 15:19:52 +02:00
|
|
|
*.swp
|
|
|
|
*.bak*
|
2013-03-06 21:34:39 +01:00
|
|
|
*.orig
|
2020-04-15 16:27:40 +02:00
|
|
|
.DS_Store
|
2015-09-20 15:19:52 +02:00
|
|
|
# Vim
|
|
|
|
*.vim
|
|
|
|
# Kate
|
|
|
|
.*.kate-swp
|
|
|
|
.swp.*
|
|
|
|
# KDevelop4
|
|
|
|
.kdev4/
|
|
|
|
*.kdev4
|
|
|
|
# Eclipse (CDT and LDT)
|
|
|
|
.project
|
|
|
|
.cproject
|
|
|
|
.settings/
|
|
|
|
.buildpath
|
|
|
|
.metadata
|
|
|
|
# GNU Global
|
|
|
|
tags
|
|
|
|
!tags/
|
|
|
|
gtags.files
|
2019-08-12 18:59:53 +02:00
|
|
|
.idea
|
2017-05-31 20:08:13 +02:00
|
|
|
# Codelite
|
|
|
|
*.project
|
2020-04-10 21:27:13 +02:00
|
|
|
# Visual Studio Code & plugins
|
2019-05-25 22:35:03 +02:00
|
|
|
.vscode/
|
2020-04-10 21:27:13 +02:00
|
|
|
build/.cmake/
|
2020-04-09 20:46:06 +02:00
|
|
|
# Gradle
|
|
|
|
.gradle
|
2012-03-19 22:54:56 +01:00
|
|
|
|
2019-04-12 14:29:29 +02:00
|
|
|
## Files related to Minetest development cycle
|
2015-05-01 07:42:08 +02:00
|
|
|
/*.patch
|
2017-05-31 20:08:13 +02:00
|
|
|
*.diff
|
2015-09-20 15:19:52 +02:00
|
|
|
# GNU Patch reject file
|
|
|
|
*.rej
|
2015-05-01 07:42:08 +02:00
|
|
|
|
2015-09-20 15:19:52 +02:00
|
|
|
## Non-static Minetest directories or symlinks to these
|
2012-03-25 14:52:08 +02:00
|
|
|
/bin/
|
|
|
|
/games/*
|
2020-05-26 22:31:54 +02:00
|
|
|
!/games/devtest/
|
2015-09-20 15:19:52 +02:00
|
|
|
/cache
|
2013-03-05 23:23:03 +01:00
|
|
|
/textures/*
|
|
|
|
!/textures/base/
|
2015-09-20 15:19:52 +02:00
|
|
|
/screenshots
|
|
|
|
/sounds
|
2012-03-25 14:52:08 +02:00
|
|
|
/mods/*
|
2012-03-26 22:18:17 +02:00
|
|
|
!/mods/minetest/
|
|
|
|
/mods/minetest/*
|
|
|
|
!/mods/minetest/mods_here.txt
|
2015-09-20 15:19:52 +02:00
|
|
|
/worlds
|
2012-03-25 14:52:08 +02:00
|
|
|
/world/
|
2017-05-31 20:08:13 +02:00
|
|
|
/clientmods/*
|
|
|
|
!/clientmods/preview/
|
2017-05-21 10:05:46 +02:00
|
|
|
/client/mod_storage/
|
2012-03-19 22:54:56 +01:00
|
|
|
|
|
|
|
## Configuration/log files
|
|
|
|
minetest.conf
|
|
|
|
debug.txt
|
2019-11-02 19:29:14 +01:00
|
|
|
debug.txt.1
|
2012-03-19 22:54:56 +01:00
|
|
|
|
2019-04-12 14:29:29 +02:00
|
|
|
## Other files generated by Minetest
|
2017-05-31 20:08:13 +02:00
|
|
|
screenshot_*.png
|
2018-11-28 20:01:49 +01:00
|
|
|
testbm.txt
|
2017-05-31 20:08:13 +02:00
|
|
|
|
2013-01-30 18:21:32 +01:00
|
|
|
## Doxygen files
|
|
|
|
doc/Doxyfile
|
|
|
|
doc/html/
|
|
|
|
doc/doxygen_*
|
|
|
|
|
2019-04-12 14:29:29 +02:00
|
|
|
## MkDocs files
|
|
|
|
public/
|
|
|
|
doc/mkdocs/docs/*.md
|
|
|
|
doc/mkdocs/mkdocs.yml
|
|
|
|
|
2012-03-19 22:54:56 +01:00
|
|
|
## Build files
|
2021-06-21 21:51:42 +02:00
|
|
|
build/
|
2015-04-07 12:13:12 +02:00
|
|
|
CMakeFiles
|
|
|
|
Makefile
|
|
|
|
cmake_install.cmake
|
|
|
|
CMakeCache.txt
|
|
|
|
CPackConfig.cmake
|
|
|
|
CPackSourceConfig.cmake
|
2018-03-17 09:21:49 +01:00
|
|
|
src/test_config.h
|
2011-06-25 03:23:21 +02:00
|
|
|
src/cmake_config.h
|
2013-09-25 04:29:07 +02:00
|
|
|
src/cmake_config_githash.h
|
2018-03-18 16:20:08 +01:00
|
|
|
src/unittest/test_world/world.mt
|
2021-07-29 05:10:10 +02:00
|
|
|
games/devtest/mods/testnodes/textures/testnodes_generated_*.png
|
2021-03-05 16:27:33 +01:00
|
|
|
/locale/
|
2015-04-26 21:40:19 +02:00
|
|
|
.directory
|
2013-04-25 15:56:40 +02:00
|
|
|
*.cbp
|
|
|
|
*.layout
|
|
|
|
*.o
|
2015-04-07 12:13:12 +02:00
|
|
|
*.a
|
2016-05-20 22:08:07 +02:00
|
|
|
*.ninja
|
|
|
|
.ninja*
|
2017-01-31 17:43:45 +01:00
|
|
|
*.gch
|
2018-12-03 00:39:35 +01:00
|
|
|
*.iml
|
2018-09-29 16:25:10 +02:00
|
|
|
test_config.h
|
2017-04-06 15:37:02 +02:00
|
|
|
cmake-build-debug/
|
|
|
|
cmake-build-release/
|
2018-01-20 14:09:58 +01:00
|
|
|
cmake_config.h
|
|
|
|
cmake_config_githash.h
|
2018-04-17 02:45:32 +02:00
|
|
|
CMakeDoxy*
|
2018-11-28 20:01:49 +01:00
|
|
|
compile_commands.json
|
2020-06-25 16:36:51 +02:00
|
|
|
*.apk
|
|
|
|
*.zip
|
2021-10-15 18:16:09 +02:00
|
|
|
# Visual Studio
|
|
|
|
*.vcxproj*
|
|
|
|
*.sln
|
|
|
|
.vs/
|
2021-06-29 09:57:19 +02:00
|
|
|
|
|
|
|
# Optional user provided library folder
|
|
|
|
lib/irrlichtmt
|
2022-01-13 20:43:02 +01:00
|
|
|
|
|
|
|
# Generated mod storage database
|
|
|
|
client/mod_storage.sqlite
|