Skip to content

Instantly share code, notes, and snippets.

@av-ast
Last active June 21, 2017 16:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save av-ast/6018739 to your computer and use it in GitHub Desktop.
Save av-ast/6018739 to your computer and use it in GitHub Desktop.
" Ignore some folders and files for CtrlP indexing
let g:ctrlp_custom_ignore = {
\ 'dir': '\.git$\|\.sass-cache$|\.hg$\|\.svn$\|\.yardoc\|public$|log\|tmp$',
\ 'file': '\.so$\|\.dat$|\.DS_Store$'
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment