[PATCH] .gitignore: Ignore cscope and other *tags files

Ján Tomko jtomko at redhat.com
Thu Feb 2 15:42:32 UTC 2023


On a Thursday in 2023, Martin Kletzander wrote:
>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 at redhat.com>
>---
> .gitignore | 12 +++++++++++-
> 1 file changed, 11 insertions(+), 1 deletion(-)
>
>diff --git a/.gitignore b/.gitignore
>index 469539134280..61ea7779b02b 100644
>--- a/.gitignore
>+++ b/.gitignore
>@@ -19,7 +19,17 @@ __pycache__/
> # libvirt related ignores
> /build/
> /ci/scratch/
>-tags
>+
>+# *tags and cscope files
>+/GPATH
>+/GRTAGS

Should we ignore GRRRTAGS too?

>+/GTAGS
>+/TAGS
>+/cscope.files
>+/cscope.in.out
>+/cscope.out
>+/cscope.po.out
>+/tags
>
> # clangd related ignores
> .clangd

Reviewed-by: Ján Tomko <jtomko at redhat.com>

Jano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20230202/1706599b/attachment.sig>


More information about the libvir-list mailing list