Add clientmods/mods.conf & client/mod_storage to gitignore
[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
26 ## Files related to minetest development cycle
27 /*.patch
28 # GNU Patch reject file
29 *.rej
30
31 ## Non-static Minetest directories or symlinks to these
32 /bin/
33 /games/*
34 !/games/minimal/
35 /cache
36 /textures/*
37 !/textures/base/
38 /screenshots
39 /sounds
40 /mods/*
41 !/mods/minetest/
42 /mods/minetest/*
43 !/mods/minetest/mods_here.txt
44 /worlds
45 /world/
46 /clientmods/mods.conf
47 /client/mod_storage/
48
49 ## Configuration/log files
50 minetest.conf
51 debug.txt
52
53 ## Doxygen files
54 doc/Doxyfile
55 doc/html/
56 doc/doxygen_*
57
58 ## Build files
59 CMakeFiles
60 Makefile
61 !build/android/Makefile
62 cmake_install.cmake
63 CMakeCache.txt
64 CPackConfig.cmake
65 CPackSourceConfig.cmake
66 src/android_version.h
67 src/android_version_githash.h
68 src/cmake_config.h
69 src/cmake_config_githash.h
70 src/lua/build/
71 locale/
72 .directory
73 *.cbp
74 *.layout
75 *.o
76 *.a
77 *.ninja
78 .ninja*
79 *.gch
80 cmake-build-debug/
81 cmake-build-release/
82
83 ## Android build files
84 build/android/src/main/assets
85 build/android/build
86 build/android/deps
87 build/android/libs
88 build/android/jni/lib
89 build/android/jni/src
90 build/android/src/main/jniLibs
91 build/android/obj
92 build/android/local.properties
93 build/android/.gradle
94 timestamp