]> git.lizzy.rs Git - minetest.git/blob - .gitignore
Improve bloom effect (#12916)
[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/mods_here.txt
51 /worlds/*
52 !/worlds/worlds_here.txt
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 build/
78 CMakeFiles
79 Makefile
80 cmake_install.cmake
81 CMakeCache.txt
82 CPackConfig.cmake
83 CPackSourceConfig.cmake
84 src/test_config.h
85 src/cmake_config.h
86 src/cmake_config_githash.h
87 src/unittest/test_world/world.mt
88 games/devtest/mods/testnodes/textures/testnodes_generated_*.png
89 /locale/
90 .directory
91 *.cbp
92 *.layout
93 *.o
94 *.a
95 *.ninja
96 .ninja*
97 *.gch
98 *.iml
99 test_config.h
100 cmake-build-debug/
101 cmake-build-release/
102 cmake_config.h
103 cmake_config_githash.h
104 CMakeDoxy*
105 compile_commands.json
106 *.apk
107 *.zip
108 # Visual Studio
109 *.vcxproj*
110 *.sln
111 .vs/
112
113 # Optional user provided library folder
114 lib/irrlichtmt
115
116 # Generated mod storage database
117 client/mod_storage.sqlite