Exclude vscode editor files from source
[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 # Visual Studio Code
28 .vscode/
29
30 ## Files related to Minetest development cycle
31 /*.patch
32 *.diff
33 # GNU Patch reject file
34 *.rej
35
36 ## Non-static Minetest directories or symlinks to these
37 /bin/
38 /games/*
39 !/games/minimal/
40 /cache
41 /textures/*
42 !/textures/base/
43 /screenshots
44 /sounds
45 /mods/*
46 !/mods/minetest/
47 /mods/minetest/*
48 !/mods/minetest/mods_here.txt
49 /worlds
50 /world/
51 /clientmods/*
52 !/clientmods/preview/
53 /client/mod_storage/
54
55 ## Configuration/log files
56 minetest.conf
57 debug.txt
58
59 ## Other files generated by Minetest
60 screenshot_*.png
61 testbm.txt
62
63 ## Doxygen files
64 doc/Doxyfile
65 doc/html/
66 doc/doxygen_*
67
68 ## MkDocs files
69 public/
70 doc/mkdocs/docs/*.md
71 doc/mkdocs/mkdocs.yml
72
73 ## Build files
74 CMakeFiles
75 Makefile
76 !build/android/Makefile
77 build/android/path.cfg
78 build/android/*.apk
79 build/android/.externalNativeBuild
80 cmake_install.cmake
81 CMakeCache.txt
82 CPackConfig.cmake
83 CPackSourceConfig.cmake
84 src/test_config.h
85 src/android_version.h
86 src/android_version_githash.h
87 src/cmake_config.h
88 src/cmake_config_githash.h
89 src/unittest/test_world/world.mt
90 src/lua/build/
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
109 ## Android build files
110 build/android/src/main/assets
111 build/android/build
112 build/android/deps
113 build/android/libs
114 build/android/jni/lib
115 build/android/jni/src
116 build/android/src/main/jniLibs
117 build/android/obj
118 build/android/local.properties
119 build/android/.gradle
120 timestamp