Skip to content

Commit

Permalink
Ignore pycache files in nerdtree
Browse files Browse the repository at this point in the history
  • Loading branch information
johndgiese committed Oct 14, 2015
1 parent e4cb4c8 commit 0564dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -140,7 +140,7 @@ Plugin 'groenewege/vim-less'
" File browsing
Plugin 'scrooloose/nerdtree.git'
noremap <silent> <leader>1 :NERDTreeToggle<CR>
let NERDTreeIgnore = ['\~$', '\.pyc']
let NERDTreeIgnore = ['\~$', '\.pyc', '__pycache__']
let NERDTreeMapHelp = '<f1>'


Expand Down

0 comments on commit 0564dd7

Please sign in to comment.