]> git.lizzy.rs Git - dragonfireclient.git/blob - .gitignore
Check for duplicate login in TOSERVER_INIT handler (#11017)
[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 /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 /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