From 8a63add283c310952b7df161b4b413e817468d01 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Mon, 6 Feb 2023 15:05:38 +0100 Subject: [PATCH] Revert ".gitignore: Ignore cscope and other *tags files" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f2d379e7cb802f922409c35e4831ee52a2162486. Any tool-related ignores should go to user's global ignore file or the user's local exclude file which is per-project. See git-config(1) and gitignore(5) for more details. Signed-off-by: Martin Kletzander Reviewed-by: Peter Krempa Not-Ignored-by: Ján Tomko --- .gitignore | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 61ea7779b0..4695391342 100644 --- a/.gitignore +++ b/.gitignore @@ -19,17 +19,7 @@ __pycache__/ # libvirt related ignores /build/ /ci/scratch/ - -# *tags and cscope files -/GPATH -/GRTAGS -/GTAGS -/TAGS -/cscope.files -/cscope.in.out -/cscope.out -/cscope.po.out -/tags +tags # clangd related ignores .clangd