From 827ad18ef4c688f8571852712b7c2728d63de08b Mon Sep 17 00:00:00 2001 From: Gourmet <110063472+ItalianG0urmet@users.noreply.github.com> Date: Wed, 7 Jan 2026 00:10:03 +0100 Subject: [PATCH] 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 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d1cfc719..e8fb1a900 100644 --- a/.gitignore +++ b/.gitignore @@ -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/