diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-19 05:23:52 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-19 05:23:52 +0200 |
commit | ba87b5ddf4c3db9ded2906087dde579029858659 (patch) | |
tree | 624c9457788b7082401750157a4d4491d5a80125 | |
parent | 9d354bc3d014aea3dc0abcf59b3dc90c583b4fd5 (diff) | |
download | dotfiles-ba87b5ddf4c3db9ded2906087dde579029858659.tar.xz |
vim: Ignore .o
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ set hlsearch " highlight search terms set incsearch " show search matches as you type set history=1000 set undolevels=1000 -set wildignore=*.swp,*.bak,*.pyc,*.class +set wildignore=*.swp,*.bak,*.pyc,*.o set title " change the terminal's title set visualbell " don't beep set noerrorbells " don't beep |