Skip to content

Commit

Permalink
ctrp
Browse files Browse the repository at this point in the history
  • Loading branch information
李俊 committed Jan 20, 2017
1 parent 011ed90 commit 3e6a50d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions simple/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ set laststatus=2 " always have status-line
" ignore
set wildignore+=*/tmp/*,*/node_modules/*,*\\bower_components\\*,*.so,*.swp,*.zip " MacOSX/Linux
set wildignore+=*\\tmp\\*,*\\node_modules\\*,*\\bower_components\\*,*.swp,*.zip,*.exe " Windows
let g:ctrlp_custom_ignore = '\v[\/]\.(git|hg|svn|node_modules|bower_components)$'
let g:ctrlp_custom_ignore = {
\ 'dir': '\v[\/]\.(git|hg|svn|node_modules|bower_components)$',
\ 'dir': '\.git$\|\.hg$\|\.svn$\|bower_components$\|dist$\|node_modules$\|project_files$\|test$',
\ 'file': '\v\.(exe|so|dll)$',
\ 'link': 'some_bad_symbolic_links',
\ }
Expand Down

0 comments on commit 3e6a50d

Please sign in to comment.