]> git.lizzy.rs Git - minetest.git/blob - .gitignore
Add keybind to swap items between hands
[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 # Clang
34 .cache
35
36 ## Files related to Minetest development cycle
37 /*.patch
38 *.diff
39 # GNU Patch reject file
40 *.rej
41
42 ## Non-static Minetest directories or symlinks to these
43 /bin/
44 /games/*
45 !/games/devtest/
46 /games/devtest/mods/soundstuff/sounds/gitignored_sounds/*
47 !/games/devtest/mods/soundstuff/sounds/gitignored_sounds/custom_sounds_here.txt
48 /cache
49 /textures/*
50 !/textures/base/
51 /screenshots
52 /sounds
53 /mods/*
54 !/mods/mods_here.txt
55 /worlds/*
56 !/worlds/worlds_here.txt
57 /clientmods/*
58 !/clientmods/preview/
59 /client/mod_storage/
60
61 ## Configuration/log files
62 minetest.conf
63 debug.txt
64 debug.txt.1
65
66 ## Other files generated by Minetest
67 screenshot_*.png
68 testbm.txt
69
70 ## Doxygen files
71 doc/Doxyfile
72 doc/html/
73 doc/doxygen_*
74
75 ## MkDocs files
76 public/
77 doc/mkdocs/docs/*.md
78 doc/mkdocs/mkdocs.yml
79
80 ## Build files
81 build/
82 CMakeFiles
83 Makefile
84 cmake_install.cmake
85 CMakeCache.txt
86 CPackConfig.cmake
87 CPackSourceConfig.cmake
88 src/test_config.h
89 src/cmake_config.h
90 src/cmake_config_githash.h
91 src/unittest/test_world/world.mt
92 games/devtest/mods/testnodes/textures/testnodes_generated_*.png
93 /locale/
94 .directory
95 *.cbp
96 *.layout
97 *.o
98 *.a
99 *.ninja
100 .ninja*
101 *.gch
102 *.iml
103 test_config.h
104 cmake-build-debug/
105 cmake-build-release/
106 cmake_config.h
107 cmake_config_githash.h
108 CMakeDoxy*
109 compile_commands.json
110 *.apk
111 *.zip
112 # Visual Studio
113 *.vcxproj*
114 *.sln
115 .vs/
116
117 # Optional user provided library folder
118 lib/irrlichtmt
119
120 # Generated mod storage database
121 client/mod_storage.sqlite