aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
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