From a705b2c373f03428a2c1776eb89b5f2ee1fccdbd Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 10 Nov 2017 17:55:59 +0100 Subject: [PATCH] ctags: ignore sbt stuff --- ctags.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ctags.in b/ctags.in index c0a14d6..7896845 100644 --- a/ctags.in +++ b/ctags.in @@ -31,3 +31,7 @@ --langdef=NIX --langmap=NIX:.nix --regex-NIX=/([^ \t*]*)[ \t]*=.*:/\1/f/ + +# ignore sbt target directory +--exclude=target +--exclude=TSTP