Skip to content

Commit

Permalink
Ignore most file types that janus would
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgeek committed May 14, 2018
1 parent 3abaade commit 3e99cf5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
""
Expand Down

0 comments on commit 3e99cf5

Please sign in to comment.