From ba87b5ddf4c3db9ded2906087dde579029858659 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 19 Apr 2015 05:23:52 +0200 Subject: vim: Ignore .o --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim') 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 -- cgit v1.2.3-54-g00ecf