ctags: ignore sbt stuff

This commit is contained in:
Gabriel Ebner 2017-11-10 17:55:59 +01:00
parent bdc091a640
commit a705b2c373
1 changed files with 4 additions and 0 deletions

View File

@ -31,3 +31,7 @@
--langdef=NIX
--langmap=NIX:.nix
--regex-NIX=/([^ \t*]*)[ \t]*=.*:/\1/f/
# ignore sbt target directory
--exclude=target
--exclude=TSTP