diff --git a/test/vimrc b/test/vimrc index 172679e..a23096a 100644 --- a/test/vimrc +++ b/test/vimrc @@ -39,6 +39,7 @@ Bundle 'vim-scripts/RubySinatra' filetype plugin indent on " Automatically detect file types. set wildignore+=doc " should not break helptags +set wildignore+=.git " should not break clone BundleInstall