Ignore build directory when generating ctags
This commit is contained in:
		
							parent
							
								
									aa948710a2
								
							
						
					
					
						commit
						6b879c4d66
					
				
							
								
								
									
										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.
 | 
			
		||||
" @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.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user