mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
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:
parent
4690fecdf1
commit
69ff7ff9e1
2 changed files with 4 additions and 45 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue