1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

ignore archived sci data

This commit is contained in:
Connor Olding 2017-01-29 22:21:24 -08:00
parent 15a190e8c8
commit 02f084f878

View File

@ -127,6 +127,7 @@ if has('wildignore')
set wildignore+=__pycache__,*.pyc,*.pyo,*.pyd
set wildignore+=*.gem,.bundle
set wildignore+=CMake*,cmake_install.cmake,install_manifest.txt
set wildignore+=*.h5,*.npz
endif
" autocmd {{{1