aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-04-16 08:34:00 -0500
committerBen Beltran <ben@freshout.us>2013-04-16 08:34:00 -0500
commit400b7c363c615dca6674a0381122d35f0949b6e6 (patch)
tree8098546275ec8435df704d6dec8cfecc596c675c /vimrc
parentd978c21e5b142ba759dc3cc6a4c995936278f1c0 (diff)
parent07c693d23065b9371ba3aa713e8fd4b0e9874c9d (diff)
Merge branch 'master' of github.com:benbeltran/dotfiles
Diffstat (limited to 'vimrc')
-rwxr-xr-xvimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 9ac964a..eea2e28 100755
--- a/vimrc
+++ b/vimrc
@@ -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)$'