Close formspecs with a single tap outside (#14605)
[minetest.git] / .gitignore
blob37e27bfed9051fa89f5323241633d2e50181d4f7
1 ## Editors and development environments
2 *~
3 *.swp
4 *.bak*
5 *.orig
6 .DS_Store
7 # Vim
8 *.vim
9 # Kate
10 .*.kate-swp
11 .swp.*
12 # KDevelop4
13 .kdev4/
14 *.kdev4
15 # Eclipse (CDT and LDT)
16 .project
17 .cproject
18 .settings/
19 .buildpath
20 .metadata
21 # GNU Global
22 tags
23 !tags/
24 gtags.files
25 .idea
26 # Codelite
27 *.project
28 # Visual Studio Code & plugins
29 .vscode/
30 build/.cmake/
31 # Fleet
32 .fleet
33 # Gradle
34 .gradle
35 # Clang
36 .cache
37 # AppImage
38 *.AppImage
39 *.zsync
40 appimage-build
41 AppDir
43 ## Files related to Minetest development cycle
44 /*.patch
45 *.diff
46 # GNU Patch reject file
47 *.rej
49 ## Non-static Minetest directories or symlinks to these
50 /bin/
51 /games/*
52 !/games/devtest/
53 /games/devtest/mods/soundstuff/sounds/gitignored_sounds/*
54 !/games/devtest/mods/soundstuff/sounds/gitignored_sounds/custom_sounds_here.txt
55 /cache
56 /textures/*
57 !/textures/base/
58 /screenshots
59 /sounds
60 /mods/*
61 !/mods/mods_here.txt
62 /worlds/*
63 !/worlds/worlds_here.txt
64 /clientmods/*
65 !/clientmods/preview/
66 /client/mod_storage/
67 /mod_data
69 ## Configuration/log files
70 minetest.conf
71 debug.txt
72 debug.txt.1
74 ## Other files generated by Minetest
75 screenshot_*.png
76 testbm.txt
78 ## Doxygen files
79 doc/Doxyfile
80 doc/html/
81 doc/doxygen_*
83 ## MkDocs files
84 public/
85 doc/mkdocs/docs/*.md
86 doc/mkdocs/mkdocs.yml
88 ## Build files
89 build/
90 CMakeFiles
91 Makefile
92 cmake_install.cmake
93 CMakeCache.txt
94 CPackConfig.cmake
95 CPackSourceConfig.cmake
96 src/cmake_config.h
97 src/cmake_config_githash.h
98 /locale/
99 .directory
100 *.cbp
101 *.layout
104 *.ninja
105 .ninja*
106 *.gch
107 *.iml
108 test_config.h
109 cmake-build-debug/
110 cmake-build-release/
111 cmake_config.h
112 cmake_config_githash.h
113 CMakeDoxy*
114 compile_commands.json
115 *.apk
116 *.zip
117 # Visual Studio
118 *.vcxproj*
119 *.sln
120 .vs/
122 # Old irrlichtmt. Still ignored to make bisecting easier.
123 lib/irrlichtmt
125 # Generated mod storage database
126 client/mod_storage.sqlite