Skip to content

Commit 69ff7ff

Browse files
authored
cleanup: remove .ctags.d/v.ctags file (ctags 6.1 now supports V natively with a proper parser, thanks to Tim Marston) (#20299)
1 parent 4690fec commit 69ff7ff

File tree

2 files changed

+4
-45
lines changed

2 files changed

+4
-45
lines changed

.ctags.d/v.ctags

Lines changed: 0 additions & 44 deletions
This file was deleted.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,7 @@ tags
135135
Gtk-4.0.gir
136136
*.gir
137137

138-
vlib/builtin/js/*.js
138+
vlib/builtin/js/*.js
139+
140+
# ignore the old regexp based v.ctags file (people using universal ctags < 6.1.0, can still benefit from them)
141+
.ctags.d/v.ctags

0 commit comments

Comments
 (0)