--- a/.vimrc Wed Nov 16 22:46:11 2016 +0800
+++ b/.vimrc Wed Nov 16 22:47:56 2016 +0800
let g:ctrlp_max_height=30
-let g:ctrlp_custom_ignore='\v[\/]venv$'
+let g:ctrlp_custom_ignore='\v[\/](venv|node_modules|\.(git|hg|svn))$'
let g:syntastic_check_on_open=1