From 2468da282e3b29cf082dd51b151e33921f759476 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Sat, 23 Nov 2019 18:56:38 -0800 Subject: [PATCH] dont ctags within toolchains/sim | only ctags scala/C/C++/python files --- .ctagsignore | 2 ++ scripts/gen-tags.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.ctagsignore b/.ctagsignore index c910d58a..c1b3fb23 100644 --- a/.ctagsignore +++ b/.ctagsignore @@ -1 +1,3 @@ */target +sims +toolchains diff --git a/scripts/gen-tags.sh b/scripts/gen-tags.sh index afc7e228..80d0365f 100755 --- a/scripts/gen-tags.sh +++ b/scripts/gen-tags.sh @@ -14,4 +14,4 @@ # * tags file in the directory that this was called in # ctags wrapper -ctags -R --exclude=@.ctagsignore --links=no +ctags -R --exclude=@.ctagsignore --links=no --languages=scala,C,C++,python