Derive NodeMetaRef from MetaDataRef
[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
47 ## Configuration/log files
48 minetest.conf
49 debug.txt
50
51 ## Doxygen files
52 doc/Doxyfile
53 doc/html/
54 doc/doxygen_*
55
56 ## Build files
57 CMakeFiles
58 Makefile
59 !build/android/Makefile
60 cmake_install.cmake
61 CMakeCache.txt
62 CPackConfig.cmake
63 CPackSourceConfig.cmake
64 src/android_version.h
65 src/android_version_githash.h
66 src/cmake_config.h
67 src/cmake_config_githash.h
68 src/lua/build/
69 locale/
70 .directory
71 *.cbp
72 *.layout
73 *.o
74 *.a
75 *.ninja
76 .ninja*
77 *.gch
78
79 ## Android build files
80 build/android/src/main/assets
81 build/android/build
82 build/android/deps
83 build/android/libs
84 build/android/jni/src
85 build/android/src/main/jniLibs
86 build/android/obj
87 build/android/local.properties
88 build/android/.gradle
89 timestamp