diff options
| author | Ben Beltran <ben@freshout.us> | 2013-04-16 08:34:00 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-04-16 08:34:00 -0500 |
| commit | 400b7c363c615dca6674a0381122d35f0949b6e6 (patch) | |
| tree | 8098546275ec8435df704d6dec8cfecc596c675c /vimrc | |
| parent | d978c21e5b142ba759dc3cc6a4c995936278f1c0 (diff) | |
| parent | 07c693d23065b9371ba3aa713e8fd4b0e9874c9d (diff) | |
Merge branch 'master' of github.com:benbeltran/dotfiles
Diffstat (limited to 'vimrc')
| -rwxr-xr-x | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,4 +165,4 @@ let g:Powerline_symbols = 'fancy' " Fix CtrlP root folder and add some ignores let g:ctrlp_working_path_mode = 0 -let g:ctrlp_custom_ignore = '\v[\/](\.(git|hg|svn)|node_modules)$' +let g:ctrlp_custom_ignore = '\v[\/](\.(git|hg|svn)|node_modules|DS_Store)$' |