Add debug.txt.1 to .gitignore (#9081)
[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
30 ## Files related to Minetest development cycle
31 /*.patch
32 *.diff
33 # GNU Patch reject file
34 *.rej
35
36 ## Non-static Minetest directories or symlinks to these
37 /bin/
38 /games/*
39 !/games/minimal/
40 /cache
41 /textures/*
42 !/textures/base/
43 /screenshots
44 /sounds
45 /mods/*
46 !/mods/minetest/
47 /mods/minetest/*
48 !/mods/minetest/mods_here.txt
49 /worlds
50 /world/
51 /clientmods/*
52 !/clientmods/preview/
53 /client/mod_storage/
54
55 ## Configuration/log files
56 minetest.conf
57 debug.txt
58 debug.txt.1
59
60 ## Other files generated by Minetest
61 screenshot_*.png
62 testbm.txt
63
64 ## Doxygen files
65 doc/Doxyfile
66 doc/html/
67 doc/doxygen_*
68
69 ## MkDocs files
70 public/
71 doc/mkdocs/docs/*.md
72 doc/mkdocs/mkdocs.yml
73
74 ## Build files
75 CMakeFiles
76 Makefile
77 !build/android/Makefile
78 build/android/path.cfg
79 build/android/*.apk
80 build/android/.externalNativeBuild
81 cmake_install.cmake
82 CMakeCache.txt
83 CPackConfig.cmake
84 CPackSourceConfig.cmake
85 src/test_config.h
86 src/android_version.h
87 src/android_version_githash.h
88 src/cmake_config.h
89 src/cmake_config_githash.h
90 src/unittest/test_world/world.mt
91 src/lua/build/
92 locale/
93 .directory
94 *.cbp
95 *.layout
96 *.o
97 *.a
98 *.ninja
99 .ninja*
100 *.gch
101 *.iml
102 test_config.h
103 cmake-build-debug/
104 cmake-build-release/
105 cmake_config.h
106 cmake_config_githash.h
107 CMakeDoxy*
108 compile_commands.json
109
110 ## Android build files
111 build/android/src/main/assets
112 build/android/build
113 build/android/deps
114 build/android/libs
115 build/android/jni/lib
116 build/android/jni/src
117 build/android/src/main/jniLibs
118 build/android/obj
119 build/android/local.properties
120 build/android/.gradle
121 timestamp