Skip to content

Commit

Permalink
Vimrc: Ignore output files and ruby temp files in the wildmenu.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Nov 3, 2011
1 parent 43dbaa7 commit 4df3a1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc
Expand Up @@ -78,7 +78,9 @@ set smartcase " ... unless they contain at least one capital letter

" TODO: Investigate the precise meaning of these settings
" set wildmode=list:longest,list:full
" set wildignore+=*.o,*.obj,.git,*.rbc,*.class,.svn,vendor/gems/*

" Disable output and VCS files
set wildignore+=*.o,*.out,*.obj,.git,*.rbc,*.class,.svn,vendor/gems/*,.bundle/*,.sass-cache/*

""
"" Status bar
Expand Down

0 comments on commit 4df3a1c

Please sign in to comment.