Skip to content

Commit

Permalink
ignore Bundler directories
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jan 27, 2013
1 parent 050a596 commit 5beabc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set wildignore-=bundle/**
2 changes: 2 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ cnoremap <C-a> <Home>
" ignore Rubinius, Sass cache files
set wildignore+=tmp/**,*.rbc,.rbx,*.scssc,*.sassc
" ignore Bundler standalone/vendor installs & gems
set wildignore+=bundle/**,vendor/bundle/**,vendor/cache/**

nnoremap <leader><leader> <c-^>
Expand Down

0 comments on commit 5beabc6

Please sign in to comment.