diff --git a/vimrc b/vimrc index 8e61b16..a160da9 100644 --- a/vimrc +++ b/vimrc @@ -113,6 +113,16 @@ set incsearch " incremental searching set ignorecase " searches are case insensitive... set smartcase " ... unless they contain at least one capital letter +"" +"" Wild settings (Janus) +"" +" Disable output and VCS files +set wildignore+=*.o,*.out,*.obj,.git,*.rbc,*.rbo,*.class,.svn,*.gem +" Disable archive files +set wildignore+=*.zip,*.tar.gz,*.tar.bz2,*.rar,*.tar.xz +" Disable temp and backup files +set wildignore+=*.swp,*~,._* + "" "" Fugitive (Janus) ""