From c8ba9b8fbb15bd37789fc9e3b7dfe5511816247b Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Mon, 19 Dec 2011 05:09:43 -0500 Subject: ignore some stuff from auto completing --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 888161c..645f461 100644 --- a/vimrc +++ b/vimrc @@ -12,6 +12,7 @@ call pathogen#helptags() set nocompatible " use vim, not vi settings set wildmenu " command line tab completion menu +set wildignore=*.pyc,.git set ruler " show the cursor position all the time set showcmd " display incomplete commands set incsearch " do incremental searching -- cgit v1.2.3