Created
January 10, 2012 19:42
-
-
Save aespinosa/1590741 to your computer and use it in GitHub Desktop.
Update gitignore on non-vim_update_bundle clones of dotvims
This file contains 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
~/.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