From: Martin Kletzander Date: Thu, 2 Feb 2023 14:47:43 +0000 (+0100) Subject: .gitignore: Ignore cscope and other *tags files X-Git-Tag: v9.1.0-rc1~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2d379e7cb802f922409c35e4831ee52a2162486;p=thirdparty%2Flibvirt.git .gitignore: Ignore cscope and other *tags files Commit f7114e61dbc2 cleaned up way too much and now that I have cscope working again I noticed there are some files that ought to stay ignored. Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- diff --git a/.gitignore b/.gitignore index 4695391342..61ea7779b0 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,17 @@ __pycache__/ # libvirt related ignores /build/ /ci/scratch/ -tags + +# *tags and cscope files +/GPATH +/GRTAGS +/GTAGS +/TAGS +/cscope.files +/cscope.in.out +/cscope.out +/cscope.po.out +/tags # clangd related ignores .clangd