Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nabulator/79cbf54011a95a435fad6e6a09cbf70e to your computer and use it in GitHub Desktop.
Save nabulator/79cbf54011a95a435fad6e6a09cbf70e to your computer and use it in GitHub Desktop.
The exuberant ctags' author's .ctags file
--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
@nabulator
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment