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