mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +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-debug/
|
||||||
/cmake-build-release/
|
/cmake-build-release/
|
||||||
|
|
||||||
# Emacs files
|
# etags(Emacs), ctags, gtags
|
||||||
TAGS
|
TAGS
|
||||||
|
GPATH
|
||||||
|
GRTAGS
|
||||||
|
GTAGS
|
||||||
|
tags
|
||||||
|
|
||||||
# Clangd LSP files
|
# Clangd LSP files
|
||||||
/.cache/
|
/.cache/
|
||||||
|
|||||||
Reference in New Issue
Block a user