summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-01-22 12:40:05 -0500
committerJune McEnroe <programble@gmail.com>2012-01-22 12:40:05 -0500
commit41cb1db33ba7b64d8af63bf55bb82f7e8a617518 (patch)
treefe3b523b1556630246e1c18f9fb4625ffb3e2747 /.vimrc
parentMap ,e and ,b to CtrlP file and buffer respectively (diff)
downloadsrc-41cb1db33ba7b64d8af63bf55bb82f7e8a617518.tar.gz
src-41cb1db33ba7b64d8af63bf55bb82f7e8a617518.zip
Add VCS repo directories to wildignore
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 2dc9d72b..f1043d1a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -66,7 +66,7 @@ autocmd FileType cpp setlocal sw=4
 " Better tab-complete when opening
 set wildmenu
 set wildmode=list:longest
-set wildignore=*.o,*.d,*~
+set wildignore=*.o,*.d,*~,*/.git/*,*/.hg/*,*/.svn/*
 
 " Smarter %
 runtime macros/matchit.vim