ignore ctrlp
This commit is contained in:
parent
3be5674971
commit
93a782c737
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
@ -163,6 +163,6 @@ let g:ctrlp_map = '<c-f>' "aufruf mit strg+f
|
||||||
" https://github.com/ctrlpvim/ctrlp.vim
|
" https://github.com/ctrlpvim/ctrlp.vim
|
||||||
set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux
|
set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux
|
||||||
set wildignore+=*\\tmp\\*,*.swp,*.zip,*.exe " Windows
|
set wildignore+=*\\tmp\\*,*.swp,*.zip,*.exe " Windows
|
||||||
|
let g:ctrlp_custom_ignore = '\v[\/]\.(git|hg|svn)$'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue