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:
Gourmet
2026-01-07 00:10:03 +01:00
committed by Christoffer Lerno
parent 3fc562af6f
commit 827ad18ef4

6
.gitignore vendored
View File

@@ -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/