Skip to content

Instantly share code, notes, and snippets.

@timtyrrell
Created February 5, 2012 17:19
Show Gist options
  • Save timtyrrell/1746671 to your computer and use it in GitHub Desktop.
Save timtyrrell/1746671 to your computer and use it in GitHub Desktop.
ctags excludes example
map <Leader>rt :!ctags --exclude=app/assets/javascripts/ckeditor/* --exclude=app/assets/javascripts/jquery* --exclude=app/assets/javascripts/chosen* --exclude=app/assets/javascripts/spell/* --exclude=app/assets/javascripts/raphael.js --exclude=.git --exclude=log --tmp --extra=+f -R *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment