Add NERDTree ignore filters.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 11 May 2010 08:23:11 -0400 (2010-05-11) |
parents |
ac5a5af0afca
|
children |
5217b5c50200
|
branches/tags |
(none) |
files |
vim/.vimrc |
Changes
--- a/vim/.vimrc Mon May 10 18:30:05 2010 -0400
+++ b/vim/.vimrc Tue May 11 08:23:11 2010 -0400
@@ -56,3 +56,6 @@
" Use F1 to fold/unfold
nnoremap <F1> za
vnoremap <F1> za
+
+" NERDTree ignore filters
+let NERDTreeIgnore=['.vim$', '\~$', '.*\.pyc$', 'pip-log\.txt$']
\ No newline at end of file