When I build/update my tags file, ctags starts at the current directory and works its way down recursively.
I would like for it to also include a completely different search path, a mapped network drive, and add those results to my tags file as well.
Is there any way to do that?
$ man ctagsbefore asking? If so, did you try something? If so, what worked? What failed? If not, do you at least have a theory?ln -s \path\to\linux .and run ctags likectags --recurse=yes --exclude=.git --exclude=BUILD --exclude=.svn --exclude=vendor/* --exclude=node_modules/* --exclude=db/* --exclude=log/*