Browse Source

moved the wildignore to its proper place, as it affects more than just ctrlp

master
Julio Biason 10 years ago
parent
commit
1463396fa6
  1. 3
      configs/vimrc

3
configs/vimrc

@ -189,6 +189,9 @@ au FileType mail setlocal spell spelllang=en
" JavaScript (who though those were "good" defaults?)
au FileType javascript setlocal expandtab tabstop=2 sw=2 sts=2 textwidth=0
" Files that should be ignored in most file operations
set wildignore+=*/build/*,*.egginfo,*.pyc,*.mo,*/dist/*
" ----------------------------------------------------------------------
" mapings
" ----------------------------------------------------------------------

Loading…
Cancel
Save