mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Fix wildignore
This commit is contained in:
parent
f390f07028
commit
9d9473300d
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -73,7 +73,7 @@ set omnifunc=ale#completion#OmniFunc
|
||||||
" Ignore some files
|
" Ignore some files
|
||||||
set wildignore+=*.o,*.obj
|
set wildignore+=*.o,*.obj
|
||||||
set wildignore+=.git,.svn
|
set wildignore+=.git,.svn
|
||||||
set wildignore+=,*.pyc,env,venv*
|
set wildignore+=*.pyc,env,venv*
|
||||||
set wildignore+=node_modules
|
set wildignore+=node_modules
|
||||||
set wildignore+=pkg
|
set wildignore+=pkg
|
||||||
set wildignore+=vendor
|
set wildignore+=vendor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue