]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
.gitignore: Ignore cscope and other *tags files
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 2 Feb 2023 14:47:43 +0000 (15:47 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 2 Feb 2023 15:59:15 +0000 (16:59 +0100)
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 <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
.gitignore

index 469539134280b6f72a34714ef2c93dbb56cc402a..61ea7779b02b65f4600e009227e49a91cc6fdfcc 100644 (file)
@@ -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