2019-04-12 08:29:29 -04:00
|
|
|
## Editors and development environments
|
2012-01-24 22:38:00 -05:00
|
|
|
*~
|
2024-05-26 14:28:12 +02:00
|
|
|
.cmake
|
|
|
|
CMakeUserPresets.json
|
|
|
|
Testing/*
|
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
|
2024-09-30 16:57:18 -04:00
|
|
|
.qtcreator/
|
2017-05-31 19:08:13 +01:00
|
|
|
# Codelite
|
|
|
|
*.project
|
2020-04-10 21:27:13 +02:00
|
|
|
# Visual Studio Code & plugins
|
2024-05-26 14:28:12 +02:00
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
2020-04-10 21:27:13 +02:00
|
|
|
build/.cmake/
|
2023-06-20 17:00:15 +02:00
|
|
|
# Fleet
|
|
|
|
.fleet
|
2020-04-09 20:46:06 +02:00
|
|
|
# Gradle
|
|
|
|
.gradle
|
2022-11-03 17:35:31 +01:00
|
|
|
# Clang
|
|
|
|
.cache
|
2023-04-14 05:00:20 -07:00
|
|
|
# AppImage
|
|
|
|
*.AppImage
|
|
|
|
*.zsync
|
|
|
|
appimage-build
|
|
|
|
AppDir
|
2024-08-12 11:41:27 +02:00
|
|
|
# Direnv
|
|
|
|
.direnv/
|
|
|
|
# Nix
|
|
|
|
/result
|
2012-03-19 23:54:56 +02:00
|
|
|
|
2025-02-01 12:40:45 +00:00
|
|
|
## Files related to Luanti development cycle
|
2015-05-01 07:42:08 +02:00
|
|
|
/*.patch
|
2017-05-31 19:08:13 +01:00
|
|
|
*.diff
|
2015-09-20 15:19:52 +02:00
|
|
|
# GNU Patch reject file
|
|
|
|
*.rej
|
2015-05-01 07:42:08 +02:00
|
|
|
|
2025-02-01 12:40:45 +00:00
|
|
|
## Non-static Luanti directories or symlinks to these
|
2012-03-25 15:52:08 +03:00
|
|
|
/bin/
|
|
|
|
/games/*
|
2020-05-26 21:31:54 +01:00
|
|
|
!/games/devtest/
|
2022-09-14 20:02:46 +02:00
|
|
|
/games/devtest/mods/soundstuff/sounds/gitignored_sounds/*
|
|
|
|
!/games/devtest/mods/soundstuff/sounds/gitignored_sounds/custom_sounds_here.txt
|
2015-09-20 15:19:52 +02:00
|
|
|
/cache
|
2013-03-05 17:23:03 -05:00
|
|
|
/textures/*
|
|
|
|
!/textures/base/
|
2015-09-20 15:19:52 +02:00
|
|
|
/screenshots
|
|
|
|
/sounds
|
2012-03-25 15:52:08 +03:00
|
|
|
/mods/*
|
2022-10-30 16:53:31 +01:00
|
|
|
!/mods/mods_here.txt
|
|
|
|
/worlds/*
|
|
|
|
!/worlds/worlds_here.txt
|
2017-05-31 19:08:13 +01:00
|
|
|
/clientmods/*
|
|
|
|
!/clientmods/preview/
|
2017-05-21 10:05:46 +02:00
|
|
|
/client/mod_storage/
|
2024-03-24 17:18:58 +00:00
|
|
|
/mod_data
|
2012-03-19 23:54:56 +02:00
|
|
|
|
|
|
|
## Configuration/log files
|
|
|
|
minetest.conf
|
|
|
|
debug.txt
|
2019-11-02 19:29:14 +01:00
|
|
|
debug.txt.1
|
2012-03-19 23:54:56 +02:00
|
|
|
|
2025-02-01 12:40:45 +00:00
|
|
|
## Other files generated by Luanti
|
2017-05-31 19:08:13 +01:00
|
|
|
screenshot_*.png
|
2018-11-28 20:01:49 +01:00
|
|
|
testbm.txt
|
2017-05-31 19:08:13 +01:00
|
|
|
|
2013-01-30 18:21:32 +01:00
|
|
|
## Doxygen files
|
|
|
|
doc/Doxyfile
|
|
|
|
doc/html/
|
|
|
|
doc/doxygen_*
|
|
|
|
|
2019-04-12 08:29:29 -04:00
|
|
|
## MkDocs files
|
|
|
|
public/
|
|
|
|
doc/mkdocs/docs/*.md
|
|
|
|
doc/mkdocs/mkdocs.yml
|
|
|
|
|
2012-03-19 23:54:56 +02:00
|
|
|
## Build files
|
2021-06-21 21:51:42 +02:00
|
|
|
build/
|
2015-04-07 06:13:12 -04:00
|
|
|
CMakeFiles
|
|
|
|
Makefile
|
|
|
|
cmake_install.cmake
|
|
|
|
CMakeCache.txt
|
|
|
|
CPackConfig.cmake
|
|
|
|
CPackSourceConfig.cmake
|
2011-06-25 04:23:21 +03:00
|
|
|
src/cmake_config.h
|
2013-09-25 04:29:07 +02:00
|
|
|
src/cmake_config_githash.h
|
2021-03-05 15:27:33 +00:00
|
|
|
/locale/
|
2015-04-26 15:40:19 -04:00
|
|
|
.directory
|
2013-04-25 09:56:40 -04:00
|
|
|
*.cbp
|
|
|
|
*.layout
|
|
|
|
*.o
|
2015-04-07 06:13:12 -04:00
|
|
|
*.a
|
2024-09-30 16:57:18 -04:00
|
|
|
*.dump
|
|
|
|
*.dmp
|
2016-05-20 22:08:07 +02:00
|
|
|
*.ninja
|
|
|
|
.ninja*
|
2017-01-31 16:43:45 +00:00
|
|
|
*.gch
|
2018-12-03 00:39:35 +01:00
|
|
|
*.iml
|
2018-09-29 19:55:10 +05:30
|
|
|
test_config.h
|
2017-04-06 15:37:02 +02:00
|
|
|
cmake-build-debug/
|
2024-05-26 14:28:12 +02:00
|
|
|
cmake-build-minsizerel/
|
2017-04-06 15:37:02 +02:00
|
|
|
cmake-build-release/
|
2024-05-26 14:28:12 +02:00
|
|
|
cmake-build-relwithdebinfo/
|
|
|
|
cmake-build-default/
|
2018-01-20 13:09:58 +00:00
|
|
|
cmake_config.h
|
|
|
|
cmake_config_githash.h
|
2018-04-17 01:45:32 +01:00
|
|
|
CMakeDoxy*
|
2018-11-28 20:01:49 +01:00
|
|
|
compile_commands.json
|
2020-06-25 15:36:51 +01:00
|
|
|
*.apk
|
|
|
|
*.zip
|
2021-10-15 09:16:09 -07:00
|
|
|
# Visual Studio
|
|
|
|
*.vcxproj*
|
|
|
|
*.sln
|
|
|
|
.vs/
|
2021-06-29 09:57:19 +02:00
|
|
|
|
2024-03-21 20:43:20 +01:00
|
|
|
# Old irrlichtmt. Still ignored to make bisecting easier.
|
2021-06-29 09:57:19 +02:00
|
|
|
lib/irrlichtmt
|
2022-01-13 20:43:02 +01:00
|
|
|
|
|
|
|
# Generated mod storage database
|
|
|
|
client/mod_storage.sqlite
|