summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-01-22 12:40:05 -0500
committerJune McEnroe <june@causal.agency>2012-01-22 12:40:05 -0500
commitf4cc36a0aca465eea866fa7131a19497d46e63f0 (patch)
treefe3b523b1556630246e1c18f9fb4625ffb3e2747 /.vimrc
parentMap ,e and ,b to CtrlP file and buffer respectively (diff)
downloadsrc-f4cc36a0aca465eea866fa7131a19497d46e63f0.tar.gz
src-f4cc36a0aca465eea866fa7131a19497d46e63f0.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