Automated build changes (#9619)
[oweals/minetest.git] / .gitignore
1 ## Editors and development environments
2 *~
3 *.swp
4 *.bak*
5 *.orig
6 # Vim
7 *.vim
8 # Kate
9 .*.kate-swp
10 .swp.*
11 # KDevelop4
12 .kdev4/
13 *.kdev4
14 # Eclipse (CDT and LDT)
15 .project
16 .cproject
17 .settings/
18 .buildpath
19 .metadata
20 # GNU Global
21 tags
22 !tags/
23 gtags.files
24 .idea
25 # Codelite
26 *.project
27 # Visual Studio Code
28 .vscode/
29 # Gradle
30 .gradle
31
32 ## Files related to Minetest development cycle
33 /*.patch
34 *.diff
35 # GNU Patch reject file
36 *.rej
37
38 ## Non-static Minetest directories or symlinks to these
39 /bin/
40 /games/*
41 !/games/minimal/
42 /cache
43 /textures/*
44 !/textures/base/
45 /screenshots
46 /sounds
47 /mods/*
48 !/mods/minetest/
49 /mods/minetest/*
50 !/mods/minetest/mods_here.txt
51 /worlds
52 /world/
53 /clientmods/*
54 !/clientmods/preview/
55 /client/mod_storage/
56
57 ## Configuration/log files
58 minetest.conf
59 debug.txt
60 debug.txt.1
61
62 ## Other files generated by Minetest
63 screenshot_*.png
64 testbm.txt
65
66 ## Doxygen files
67 doc/Doxyfile
68 doc/html/
69 doc/doxygen_*
70
71 ## MkDocs files
72 public/
73 doc/mkdocs/docs/*.md
74 doc/mkdocs/mkdocs.yml
75
76 ## Build files
77 CMakeFiles
78 Makefile
79 !build/android/Makefile
80 build/android/path.cfg
81 build/android/*.apk
82 build/android/.externalNativeBuild
83 cmake_install.cmake
84 CMakeCache.txt
85 CPackConfig.cmake
86 CPackSourceConfig.cmake
87 src/test_config.h
88 src/android_version.h
89 src/android_version_githash.h
90 src/cmake_config.h
91 src/cmake_config_githash.h
92 src/unittest/test_world/world.mt
93 src/lua/build/
94 locale/
95 .directory
96 *.cbp
97 *.layout
98 *.o
99 *.a
100 *.ninja
101 .ninja*
102 *.gch
103 *.iml
104 test_config.h
105 cmake-build-debug/
106 cmake-build-release/
107 cmake_config.h
108 cmake_config_githash.h
109 CMakeDoxy*
110 compile_commands.json
111
112 ## Android build files
113 build/android/src/main/assets
114 build/android/build
115 build/android/deps
116 build/android/libs
117 build/android/jni/lib
118 build/android/jni/src
119 build/android/src/main/jniLibs
120 build/android/obj
121 build/android/local.properties
122 build/android/.gradle
123 timestamp