From 76f24a700c1441af4f47b43325079cf636778870 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Wed, 18 Sep 2024 15:25:50 -0400 Subject: [PATCH] Ignore build directory when generating ctags --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 7453143..e7c2059 100644 --- a/.vimrc +++ b/.vimrc @@ -165,7 +165,7 @@ let g:campo_extensions_that_run_ctags = ['c','cpp','h','hpp','inc','cs','py','as " recursive crawl. " @note The CreateCtags function will always ignore .git and node_modules " 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 " how ctags are built.