Fix bone-attached entities (#10015)
[oweals/minetest.git] / .gitignore
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
33
34 ## Files related to Minetest development cycle
35 /*.patch
36 *.diff
37 # GNU Patch reject file
38 *.rej
39
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 /clientmods/*
56 !/clientmods/preview/
57 /client/mod_storage/
58
59 ## Configuration/log files
60 minetest.conf
61 debug.txt
62 debug.txt.1
63
64 ## Other files generated by Minetest
65 screenshot_*.png
66 testbm.txt
67
68 ## Doxygen files
69 doc/Doxyfile
70 doc/html/
71 doc/doxygen_*
72
73 ## MkDocs files
74 public/
75 doc/mkdocs/docs/*.md
76 doc/mkdocs/mkdocs.yml
77
78 ## Build files
79 CMakeFiles
80 Makefile
81 cmake_install.cmake
82 CMakeCache.txt
83 CPackConfig.cmake
84 CPackSourceConfig.cmake
85 src/test_config.h
86 src/cmake_config.h
87 src/cmake_config_githash.h
88 src/unittest/test_world/world.mt
89 src/lua/build/
90 locale/
91 .directory
92 *.cbp
93 *.layout
94 *.o
95 *.a
96 *.ninja
97 .ninja*
98 *.gch
99 *.iml
100 test_config.h
101 cmake-build-debug/
102 cmake-build-release/
103 cmake_config.h
104 cmake_config_githash.h
105 CMakeDoxy*
106 compile_commands.json
107 *.apk
108 *.zip