[LTP] [PATCH] gitignore: ignore GNU Global output files

Cyril Hrubis chrubis@suse.cz
Tue Apr 11 16:30:51 CEST 2023


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


More information about the ltp mailing list