minetest/.gitignore

113 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

## 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
2019-08-12 16:59:53 +00:00
.idea
# Codelite
*.project
# Visual Studio Code & plugins
.vscode/
build/.cmake/
# Gradle
.gradle
## Files related to Minetest development cycle
2015-05-01 05:42:08 +00:00
/*.patch
*.diff
# GNU Patch reject file
*.rej
2015-05-01 05:42:08 +00:00
## Non-static Minetest directories or symlinks to these
2012-03-25 12:52:08 +00:00
/bin/
/games/*
!/games/devtest/
/cache
/textures/*
!/textures/base/
/screenshots
/sounds
2012-03-25 12:52:08 +00:00
/mods/*
!/mods/minetest/
/mods/minetest/*
!/mods/minetest/mods_here.txt
/worlds
2012-03-25 12:52:08 +00:00
/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
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/
2015-04-26 19:40:19 +00:00
.directory
*.cbp
*.layout
*.o
*.a
2016-05-20 20:08:07 +00:00
*.ninja
.ninja*
2017-01-31 16:43:45 +00:00
*.gch
*.iml
2018-09-29 14:25:10 +00:00
test_config.h
cmake-build-debug/
cmake-build-release/
cmake_config.h
cmake_config_githash.h
2018-04-17 00:45:32 +00:00
CMakeDoxy*
compile_commands.json
*.apk
*.zip
# Optional user provided library folder
lib/irrlichtmt