Add Mkdocs API site (#8133)
[oweals/minetest.git] / .gitignore
1 ## Editors and development environments
2 *~
3 *.swp
4 *.bak*
5 *.orig
6 # Vim
7 *.vim
8 # Kate
9 .*.kate-swp
10 .swp.*
11 # KDevelop4
12 .kdev4/
13 *.kdev4
14 # Eclipse (CDT and LDT)
15 .project
16 .cproject
17 .settings/
18 .buildpath
19 .metadata
20 # GNU Global
21 tags
22 !tags/
23 gtags.files
24 .idea/*
25 # Codelite
26 *.project
27
28 ## Files related to Minetest development cycle
29 /*.patch
30 *.diff
31 # GNU Patch reject file
32 *.rej
33
34 ## Non-static Minetest directories or symlinks to these
35 /bin/
36 /games/*
37 !/games/minimal/
38 /cache
39 /textures/*
40 !/textures/base/
41 /screenshots
42 /sounds
43 /mods/*
44 !/mods/minetest/
45 /mods/minetest/*
46 !/mods/minetest/mods_here.txt
47 /worlds
48 /world/
49 /clientmods/*
50 !/clientmods/preview/
51 /client/mod_storage/
52
53 ## Configuration/log files
54 minetest.conf
55 debug.txt
56
57 ## Other files generated by Minetest
58 screenshot_*.png
59 testbm.txt
60
61 ## Doxygen files
62 doc/Doxyfile
63 doc/html/
64 doc/doxygen_*
65
66 ## MkDocs files
67 public/
68 doc/mkdocs/docs/*.md
69 doc/mkdocs/mkdocs.yml
70
71 ## Build files
72 CMakeFiles
73 Makefile
74 !build/android/Makefile
75 build/android/path.cfg
76 build/android/*.apk
77 build/android/.externalNativeBuild
78 cmake_install.cmake
79 CMakeCache.txt
80 CPackConfig.cmake
81 CPackSourceConfig.cmake
82 src/test_config.h
83 src/android_version.h
84 src/android_version_githash.h
85 src/cmake_config.h
86 src/cmake_config_githash.h
87 src/unittest/test_world/world.mt
88 src/lua/build/
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
107 ## Android build files
108 build/android/src/main/assets
109 build/android/build
110 build/android/deps
111 build/android/libs
112 build/android/jni/lib
113 build/android/jni/src
114 build/android/src/main/jniLibs
115 build/android/obj
116 build/android/local.properties
117 build/android/.gradle
118 timestamp