vim:ctags: Exclude files in build directory
This commit is contained in:
@@ -14,5 +14,6 @@ endif
|
||||
" ctags
|
||||
let g:gutentags_ctags_exclude = [
|
||||
\ 'node_modules/*',
|
||||
\ '.git/*'
|
||||
\ '.git/*',
|
||||
\ 'build/*'
|
||||
\]
|
||||
|
||||
Reference in New Issue
Block a user