aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-19 05:23:52 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-19 05:23:52 +0200
commitba87b5ddf4c3db9ded2906087dde579029858659 (patch)
tree624c9457788b7082401750157a4d4491d5a80125 /vim
parent9d354bc3d014aea3dc0abcf59b3dc90c583b4fd5 (diff)
downloaddotfiles-ba87b5ddf4c3db9ded2906087dde579029858659.tar.xz
vim: Ignore .o
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 9d6c512..abed992 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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