symbol-gen
symbol-gen copied to clipboard
.gitignore'd paths are still included in ctags
Similarly to the last comment on ticket #42, I'm still finding tags are created for symbols that are in paths that are .gitignored.
For example I have a directory in my project called .tox
that is in .gitignore
. After cmd+opt+g the .tags
file contains tags from this directory.