Skip to content

Commit

Permalink
make NERDTree ignore compiled Python
Browse files Browse the repository at this point in the history
  • Loading branch information
kassens committed Apr 1, 2011
1 parent a40ce9d commit c9c9015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -34,7 +34,7 @@ set laststatus=2
set noequalalways

" NERDTree configuration
let NERDTreeIgnore=['\.rbc$', '\~$']
let NERDTreeIgnore=['\.pyc$', '\.rbc$', '\~$']
map <Leader>n :NERDTreeToggle<CR>
" Command-T configuration
Expand Down

0 comments on commit c9c9015

Please sign in to comment.