Move client-specific files to 'src/client' (#7902)
[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 ## Build files
67 CMakeFiles
68 Makefile
69 !build/android/Makefile
70 build/android/path.cfg
71 build/android/*.apk
72 build/android/.externalNativeBuild
73 cmake_install.cmake
74 CMakeCache.txt
75 CPackConfig.cmake
76 CPackSourceConfig.cmake
77 src/test_config.h
78 src/android_version.h
79 src/android_version_githash.h
80 src/cmake_config.h
81 src/cmake_config_githash.h
82 src/unittest/test_world/world.mt
83 src/lua/build/
84 locale/
85 .directory
86 *.cbp
87 *.layout
88 *.o
89 *.a
90 *.ninja
91 .ninja*
92 *.gch
93 test_config.h
94 cmake-build-debug/
95 cmake-build-release/
96 cmake_config.h
97 cmake_config_githash.h
98 CMakeDoxy*
99 compile_commands.json
100
101 ## Android build files
102 build/android/src/main/assets
103 build/android/build
104 build/android/deps
105 build/android/libs
106 build/android/jni/lib
107 build/android/jni/src
108 build/android/src/main/jniLibs
109 build/android/obj
110 build/android/local.properties
111 build/android/.gradle
112 timestamp