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