summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index ca46279..6b07bbe 100644
--- a/.vimrc
+++ b/.vimrc
@@ -231,7 +231,7 @@ let g:UltiSnipsJumpBackwardTrigger = '<Up>'
"CtrlP
"=====
-let g:ctrlp_custom_ignore = '\v[\/](coverage|doc|vendor|tmp|.tmp|bower_components|node_modules|dist)$'
+let g:ctrlp_custom_ignore = '\v[\/](coverage|doc|vendor|tmp|.tmp|bower_components|node_modules|dist|spec/fixtures/vcr_cassettes)$'
"MatchTagAlways
"==============