Ignore build directory when generating ctags
This commit is contained in:
parent
3d5b394e23
commit
76f24a700c
2
.vimrc
2
.vimrc
|
@ -165,7 +165,7 @@ let g:campo_extensions_that_run_ctags = ['c','cpp','h','hpp','inc','cs','py','as
|
||||||
" recursive crawl.
|
" recursive crawl.
|
||||||
" @note The CreateCtags function will always ignore .git and node_modules
|
" @note The CreateCtags function will always ignore .git and node_modules
|
||||||
" regardless of this variable's value.
|
" regardless of this variable's value.
|
||||||
let g:campo_ctags_exclude = ['*.txt', '*.config', '.cache', 'run_tree']
|
let g:campo_ctags_exclude = ['*.txt', '*.config', '.cache', 'run_tree', 'build']
|
||||||
|
|
||||||
" This is included in the ctags autocmd args. You can use this to customize
|
" This is included in the ctags autocmd args. You can use this to customize
|
||||||
" how ctags are built.
|
" how ctags are built.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user