From 770ba71cd2bcd78980effff96445936ae12c9f98 Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Mon, 20 Feb 2012 09:25:12 -0500 Subject: [PATCH] Add pyc to wildignore so Command-T will ignore them --- vimrc.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc.local b/vimrc.local index 3d91980..83128e5 100644 --- a/vimrc.local +++ b/vimrc.local @@ -23,6 +23,8 @@ endif set nospell +set wildignore+=*.pyc + au BufNewFile,BufRead *.rs set filetype=rust au BufNewFile,BufRead *.{txt,md,markdown,mdown,mkd,mkdn} inoremap `` “ au BufNewFile,BufRead *.{txt,md,markdown,mdown,mkd,mkdn} inoremap '' ”