mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Ignore ctags and gtags files in .gitignore
This PR updates the .gitignore file to exclude automatically generated tags files from ctags and gtags. Specifically, it ignores: - ctags output file: tags - GNU Global output files: GTAGS, GRTAGS, GPATH
This commit is contained in:
committed by
Christoffer Lerno
parent
3fc562af6f
commit
827ad18ef4
6
.gitignore
vendored
6
.gitignore
vendored
@@ -73,8 +73,12 @@ out/
|
||||
/cmake-build-debug/
|
||||
/cmake-build-release/
|
||||
|
||||
# Emacs files
|
||||
# etags(Emacs), ctags, gtags
|
||||
TAGS
|
||||
GPATH
|
||||
GRTAGS
|
||||
GTAGS
|
||||
tags
|
||||
|
||||
# Clangd LSP files
|
||||
/.cache/
|
||||
|
||||
Reference in New Issue
Block a user