public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] gitignore: ignore GNU Global output files
@ 2023-04-04  3:07 Enze Li
  2023-04-11 14:30 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Enze Li @ 2023-04-04  3:07 UTC (permalink / raw)
  To: ltp; +Cc: enze.li

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
+
 .dep_modules
 .gitattributes
 .pc/

base-commit: 906cbd9067511f70445886b764b2e5c77c12bc4f
-- 
2.25.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] gitignore: ignore GNU Global output files
  2023-04-04  3:07 [LTP] [PATCH] gitignore: ignore GNU Global output files Enze Li
@ 2023-04-11 14:30 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2023-04-11 14:30 UTC (permalink / raw)
  To: Enze Li; +Cc: ltp, enze.li

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-11 14:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-04  3:07 [LTP] [PATCH] gitignore: ignore GNU Global output files Enze Li
2023-04-11 14:30 ` Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox