Added wildignore for ctrlp

This commit is contained in:
yan 2012-01-24 10:06:34 -08:00
parent a08169de48
commit c06bacd431

3
vimrc
View File

@ -80,6 +80,9 @@ set nofoldenable "dont fold by default
set wildmode=list:longest
set wildmenu "enable ctrl-n and ctrl-p to scroll thru matches
set wildignore=*.o,*.obj,*~ "stuff to ignore when tab completing
set wildignore+=*/.git/*,*/.hg/*,*/.svn/* " for Linux/MacOSX
"
" ================ Scrolling ========================