Skip to content

Commit

Permalink
ignore common vendor and test files
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Mar 1, 2011
1 parent a740c2e commit d53d8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -23,7 +23,7 @@ set smartcase

" Tab completion
set wildmode=list:longest,list:full
set wildignore+=*.o,*.obj,.git,*.rbc,*.class,.svn
set wildignore+=*.o,*.obj,.git,*.rbc,*.class,.svn,test/fixtures/*,vendor/gems/*

" Status bar
set laststatus=2
Expand Down

0 comments on commit d53d8bd

Please sign in to comment.