kamikaze: widen search area, add sponges as badnode
[waspsaliva.git] / .gitignore
blob78b047f32197fd9bbf6aef550d0a6f6cdc95662b
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 # Gradle
32 .gradle
34 ## Files related to Minetest development cycle
35 /*.patch
36 *.diff
37 # GNU Patch reject file
38 *.rej
40 ## Non-static Minetest directories or symlinks to these
41 /bin/
42 /games/*
43 !/games/devtest/
44 /cache
45 /textures/*
46 !/textures/base/
47 /screenshots
48 /sounds
49 /mods/*
50 !/mods/minetest/
51 /mods/minetest/*
52 !/mods/minetest/mods_here.txt
53 /worlds
54 /world/
55 /client/mod_storage/
57 ## Configuration/log files
58 minetest.conf
59 debug.txt
60 debug.txt.1
62 ## Other files generated by Minetest
63 screenshot_*.png
64 testbm.txt
66 ## Doxygen files
67 doc/Doxyfile
68 doc/html/
69 doc/doxygen_*
71 ## MkDocs files
72 public/
73 doc/mkdocs/docs/*.md
74 doc/mkdocs/mkdocs.yml
76 ## Build files
77 CMakeFiles
78 Makefile
79 cmake_install.cmake
80 CMakeCache.txt
81 CPackConfig.cmake
82 CPackSourceConfig.cmake
83 src/test_config.h
84 src/cmake_config.h
85 src/cmake_config_githash.h
86 src/unittest/test_world/world.mt
87 src/lua/build/
88 locale/
89 .directory
90 *.cbp
91 *.layout
92 *.o
93 *.a
94 *.ninja
95 .ninja*
96 *.gch
97 *.iml
98 test_config.h
99 cmake-build-debug/
100 cmake-build-release/
101 cmake_config.h
102 cmake_config_githash.h
103 CMakeDoxy*
104 compile_commands.json
105 *.apk
106 *.zip