Updating wildignore for svn
This commit is contained in:
parent
52c1fadb32
commit
ad4c2a75c9
1 changed files with 3 additions and 5 deletions
8
.vimrc
8
.vimrc
|
|
@ -1128,13 +1128,11 @@ endif
|
|||
" CtrlP
|
||||
set wildignore+=*/tmp/*,*.so,*.swp,*.zip " Linux/MacOSX
|
||||
set wildignore+=tmp\*,*.swp,*.zip,*.exe " Windows
|
||||
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*
|
||||
let g:ctrlp_working_path_mode = 0
|
||||
let g:ctrlp_custom_ignore = '\.git$\|\.hg$\|\.svn$',
|
||||
noremap <Leader>p :CtrlPBuffer<CR>
|
||||
noremap <Leader>P :CtrlPCurFile<CR>
|
||||
let g:ctrlp_working_path_mode = 0
|
||||
let g:ctrlp_custom_ignore = {
|
||||
\ 'dir': '\.git$\|\.hg$\|\.svn$',
|
||||
\ 'file': '\.exe$\|\.so$\|\.dll$',
|
||||
\ }
|
||||
|
||||
" Vundle
|
||||
set rtp+=~/.vim/bundle/vundle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue