From 62e84cfacb7cfedf474f2dc441a573f4575d9ce1 Mon Sep 17 00:00:00 2001 From: gmarik Date: Thu, 12 May 2011 18:18:45 -0500 Subject: [PATCH] test --- test/vimrc | 1 + 1 file changed, 1 insertion(+) 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