Skip to content

Commit

Permalink
Settings: Prefix folders with an */ in wildignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Jan 12, 2012
1 parent bc1bb0a commit b69c983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion janus/vim/core/before/plugin/settings.vim
Expand Up @@ -55,7 +55,7 @@ set wildignore+=*.o,*.out,*.obj,.git,*.rbc,*.class,.svn,*.gem
set wildignore+=*.zip,*.tar.gz,*.tar.bz2,*.rar,*.tar.xz

" Ignore bundler and sass cache
set wildignore+=vendor/gems/*,vendor/cache/*,.bundle/*,.sass-cache/*
set wildignore+=*/vendor/gems/*,*/vendor/cache/*,*/.bundle/*,*/.sass-cache/*

" Disable temp and backup files
set wildignore+=*.swp,*~,._*
Expand Down

0 comments on commit b69c983

Please sign in to comment.