Created
June 6, 2025 05:18
-
-
Save nabulator/79cbf54011a95a435fad6e6a09cbf70e to your computer and use it in GitHub Desktop.
The exuberant ctags' author's .ctags file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--recurse=yes | |
--exclude=.git | |
--exclude=BUILD | |
--exclude=.svn | |
--exclude=*.js | |
--exclude=vendor/* | |
--exclude=node_modules/* | |
--exclude=db/* | |
--exclude=log/* | |
--exclude=\*.min.\* | |
--exclude=\*.swp | |
--exclude=\*.bak | |
--exclude=\*.pyc | |
--exclude=\*.class | |
--exclude=\*.sln | |
--exclude=\*.csproj | |
--exclude=\*.csproj.user | |
--exclude=\*.cache | |
--exclude=\*.dll | |
--exclude=\*.pdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://kulkarniamit.github.io/whatwhyhow/howto/use-vim-ctags.html