From 4daabda45438e2f9de7d04ddb848bbba0156d8bf Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 11 Jun 2012 14:52:45 -0700 Subject: [PATCH] Adding ignore dirty vundle bundles --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index d02e574..1ede72f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,12 @@ [submodule ".vim/bundle/Gundo"] path = .vim/bundle/Gundo url = https://github.com/vim-scripts/Gundo.git + ignore = dirty [submodule ".vim/bundle/ShowMarks"] path = .vim/bundle/ShowMarks url = https://github.com/vim-scripts/ShowMarks.git + ignore = dirty [submodule ".vim/bundle/vundle"] path = .vim/bundle/vundle url = https://github.com/gmarik/vundle.git + ignore = dirty