Skip to content

Commit

Permalink
ignore vendor/gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Sep 22, 2013
1 parent 21ad165 commit 58d7d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -179,7 +179,7 @@ inoremap <s-tab> <c-n>
" ignore Rubinius, Sass cache files " ignore Rubinius, Sass cache files
set wildignore+=tmp/**,*.rbc,.rbx,*.scssc,*.sassc set wildignore+=tmp/**,*.rbc,.rbx,*.scssc,*.sassc
" ignore Bundler standalone/vendor installs & gems " ignore Bundler standalone/vendor installs & gems
set wildignore+=bundle/**,vendor/bundle/**,vendor/cache/** set wildignore+=bundle/**,vendor/bundle/**,vendor/cache/**,vendor/gems/**
set wildignore+=node_modules/** set wildignore+=node_modules/**


" toggle between last open buffers " toggle between last open buffers
Expand Down

0 comments on commit 58d7d9b

Please sign in to comment.