File tree 1 file changed +28
-14
lines changed
1 file changed +28
-14
lines changed Original file line number Diff line number Diff line change 1
- # # Generic ignorable patterns and files
1
+ # # Editors and Development environments
2
2
* ~
3
- . * .swp
4
- . * -swp
5
- * bak *
6
- tags
7
- * .vim
3
+ * .swp
4
+ * .bak *
8
5
* .orig
9
- * .rej
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
10
24
11
25
# # Files related to minetest development cycle
12
26
/* .patch
27
+ # GNU Patch reject file
28
+ * .rej
13
29
14
- # # Non-static Minetest directories
30
+ # # Non-static Minetest directories or symlinks to these
15
31
/bin /
16
32
/games /*
17
33
! /games /minimal /
18
- /cache /
34
+ /cache
19
35
/textures /*
20
36
! /textures /base /
21
- /sounds /
37
+ /screenshots
38
+ /sounds
22
39
/mods /*
23
40
! /mods /minetest /
24
41
/mods /minetest /*
25
42
! /mods /minetest /mods_here.txt
26
- /worlds /
43
+ /worlds
27
44
/world /
28
45
29
46
# # Configuration/log files
@@ -50,9 +67,7 @@ src/cmake_config_githash.h
50
67
src /lua /build /
51
68
locale /
52
69
.directory
53
- .kdev4 /
54
70
* .cbp
55
- * .kdev4
56
71
* .layout
57
72
* .o
58
73
* .a
@@ -70,4 +85,3 @@ build/android/path.cfg
70
85
build /android /and_env
71
86
build /android /AndroidManifest.xml
72
87
timestamp
73
-
You can’t perform that action at this time.
0 commit comments