cleanup: remove .ctags.d/v.ctags file (ctags 6.1 now supports V natively with a proper parser, thanks to Tim Marston) (#20299)

This commit is contained in:
Tim Marston 2023-12-30 09:09:20 +00:00 committed by GitHub
parent 4690fecdf1
commit 69ff7ff9e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 45 deletions

5
.gitignore vendored
View file

@ -135,4 +135,7 @@ tags
Gtk-4.0.gir
*.gir
vlib/builtin/js/*.js
vlib/builtin/js/*.js
# ignore the old regexp based v.ctags file (people using universal ctags < 6.1.0, can still benefit from them)
.ctags.d/v.ctags