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