diff options
author | Teddy Wing | 2014-04-20 15:32:30 -0400 |
---|---|---|
committer | Teddy Wing | 2014-04-20 15:32:30 -0400 |
commit | 31c5b7312ef1eb2856e460e0a3a618829abb8fad (patch) | |
tree | 0d2a8ba5233531069ca16c53e0c66ecc9db6a6ae | |
parent | ee23ae004f608d90b5923299867ee7830da01a2f (diff) | |
download | dotvim-31c5b7312ef1eb2856e460e0a3a618829abb8fad.tar.bz2 |
Add ignore=untracked to a couple submodules
To prevent them from showing untracked changes in git status.
See:
http://stackoverflow.com/questions/4343544/generating-tags-to-different-location-by-pathogen
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 54b8580..566cd11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,6 +16,8 @@ [submodule "bundle/PreserveNoEOL"] path = bundle/PreserveNoEOL url = https://github.com/vim-scripts/PreserveNoEOL.git + ignore = untracked [submodule "bundle/EasyGrep"] path = bundle/EasyGrep url = https://github.com/vim-scripts/EasyGrep.git + ignore = untracked |