File tree 3 files changed +22
-3
lines changed
3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ src/tags
68
68
/GPATH
69
69
/GTAGS
70
70
/GRTAGS
71
+ nsis /tags
71
72
72
73
# Generated by "make test"
73
74
src /po /* .ck
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ src/xxd/xxd
7
7
src/auto/if_perl.c
8
8
src/auto/gui_gtk_gresources.c
9
9
src/auto/gui_gtk_gresources.h
10
+ src/auto/os_haiku.rdef
10
11
src/objects/.dirstamp
11
12
src/objects
12
- src/tags
13
13
src/types.vim
14
14
15
15
# We do need src/auto/configure.
@@ -46,12 +46,15 @@ gvimext.lib
46
46
gvim.lib
47
47
runtime/doc/uganda.nsis.txt
48
48
nsis/icons/*
49
+ /vim90/
50
+ .vscode/
49
51
50
52
# NetBeans
51
53
nbproject/*
52
54
53
55
# Mac OSX
54
56
src/xxd/xxd.dSYM
57
+ .DS_Store
55
58
56
59
# All platforms
57
60
*.rej
@@ -62,6 +65,12 @@ src/xxd/xxd.dSYM
62
65
*.pyc
63
66
*.log
64
67
src/po/vim.pot
68
+ src/tags
69
+ /tags
70
+ /GPATH
71
+ /GTAGS
72
+ /GRTAGS
73
+ nsis/tags
65
74
66
75
# Generated by "make test"
67
76
src/po/*.ck
@@ -78,14 +87,16 @@ src/testdir/dostmp/*
78
87
src/testdir/messages
79
88
src/testdir/viminfo
80
89
src/testdir/opt_test.vim
90
+ src/testdir/failed
91
+ src/testdir/starttime
81
92
runtime/indent/testdir/*.out
93
+ runtime/indent/testdir/*.fail
82
94
src/memfile_test
83
95
src/json_test
84
96
src/message_test
85
97
src/kword_test
86
98
87
99
# Generated by "make install"
88
- runtime/doc/tags
89
100
runtime/doc/doctags
90
101
91
102
# Generated by "make shadow". The directory names could be anything but we
@@ -95,5 +106,10 @@ src/shadow-*
95
106
src/runtime
96
107
src/pixmaps
97
108
98
- # other possible files build by tools
109
+ # other files possibly created by tools
99
110
src/cscope.out
111
+
112
+ # Linter/language server files
113
+ /.cache/clangd/
114
+ /.ccls-cache/
115
+ /compile_commands.json
Original file line number Diff line number Diff line change @@ -695,6 +695,8 @@ static char *(features[]) =
695
695
696
696
static int included_patches [] =
697
697
{ /* Add new patch number below this line */
698
+ /**/
699
+ 1352 ,
698
700
/**/
699
701
1351 ,
700
702
/**/
You can’t perform that action at this time.
0 commit comments