Skip to content

Instantly share code, notes, and snippets.

@leehambley
Created July 10, 2012 07:43
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save leehambley/67de417c5c38f0ff8093 to your computer and use it in GitHub Desktop.
Save leehambley/67de417c5c38f0ff8093 to your computer and use it in GitHub Desktop.
" Sane Ignore For ctrlp
let g:ctrlp_custom_ignore = {
\ 'dir': '\.git$\|\.hg$\|\.svn$\|\.yardoc\|public\/images\|public\/system\|data\|log\|tmp$',
\ 'file': '\.exe$\|\.so$\|\.dat$'
\ }
@levelone
Copy link

levelone commented Jul 8, 2015

This helped alot! Thank you

@levelone
Copy link

levelone commented Jul 8, 2015

I tried this and it loaded my 10k files within less than a second: http://blog.patspam.com/2014/super-fast-ctrlp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment