[PATCH] gitignore: ignore top-level ini files

Chris Johns chrisj at rtems.org
Mon Sep 14 21:47:00 UTC 2020


Hi Gedare,

Which repo is this for? I suspect rtems.git but I thought it best to ask.

Chris

On 15/9/20 3:43 am, Gedare Bloom wrote:
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index d7ca74b338..8b28b186e1 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -4,6 +4,7 @@ autom4te.cache
>  config.h.in
>  configure
>  doc
> +/*.ini
>  .lock*
>  Makefile.in
>  *.pyc
> 


More information about the devel mailing list