Skip to content

Instantly share code, notes, and snippets.

@aespinosa
Created January 10, 2012 19:42
Show Gist options
  • Save aespinosa/1590741 to your computer and use it in GitHub Desktop.
Save aespinosa/1590741 to your computer and use it in GitHub Desktop.
Update gitignore on non-vim_update_bundle clones of dotvims
~/.vim$ for i in bundle/*/.git/info/exclude; do echo tags >> $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment