dont ctags within toolchains/sim | only ctags scala/C/C++/python files

This commit is contained in:
abejgonzalez
2019-11-23 18:56:38 -08:00
parent 95aa58ea31
commit 2468da282e
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +1,3 @@
*/target */target
sims
toolchains

View File

@@ -14,4 +14,4 @@
# * tags file in the directory that this was called in # * tags file in the directory that this was called in
# ctags wrapper # ctags wrapper
ctags -R --exclude=@.ctagsignore --links=no ctags -R --exclude=@.ctagsignore --links=no --languages=scala,C,C++,python