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