From: Cyril Hrubis <chrubis@suse.cz>
To: Enze Li <lienze@kylinos.cn>
Cc: ltp@lists.linux.it, enze.li@gmx.com
Subject: Re: [LTP] [PATCH] gitignore: ignore GNU Global output files
Date: Tue, 11 Apr 2023 16:30:51 +0200 [thread overview]
Message-ID: <ZDVvG4Z17jfoWXGV@yuki> (raw)
In-Reply-To: <20230404030712.914700-1-lienze@kylinos.cn>
Hi!
> Update .gitignore to ignore GNU Global outputs.
>
> Signed-off-by: Enze Li <lienze@kylinos.cn>
> ---
> .gitignore | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 915d22104..c626d7153 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -48,6 +48,12 @@ autom4te.cache
> cscope.*
> ncscope.*
>
> +# GNU Global outputs
> +GPATH
> +GTAGS
> +GRTAGS
> +GSYMS
These files are not created by the LTP build system, so it does not make
sense to add them into the .gitignore file.
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
prev parent reply other threads:[~2023-04-11 14:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-04 3:07 [LTP] [PATCH] gitignore: ignore GNU Global output files Enze Li
2023-04-11 14:30 ` Cyril Hrubis [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZDVvG4Z17jfoWXGV@yuki \
--to=chrubis@suse.cz \
--cc=enze.li@gmx.com \
--cc=lienze@kylinos.cn \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.