[PATCH] Add config.log to .gitignore

Xi Ruoyao xry111@xry111.site
Tue Mar 21 12:38:44 GMT 2023


On Tue, 2023-03-21 at 20:24 +0800, Rong Tao via Libc-alpha wrote:
> From: Rong Tao <rongtao@cestc.cn>
> 
> Ignore generated config.log log file.

How the config.log file could ever be here?  We are saying:

The GNU C Library cannot be compiled in the source directory.  You must
build it in a separate build directory.

in the README file.

> 
> Signed-off-by: Rong Tao <rongtao@cestc.cn>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 07d4a129e5dc..115d50ef48d6 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -15,6 +15,7 @@ copying.*
>  glibc-*
>  
>  configparms
> +config.log
>  
>  ieeetest
>  regex

-- 
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University


More information about the Libc-alpha mailing list