From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xry111.site (xry111.site [IPv6:2001:470:683e::1]) by sourceware.org (Postfix) with ESMTPS id 953F53858C62 for ; Tue, 21 Mar 2023 12:38:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 953F53858C62 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=xry111.site Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xry111.site DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xry111.site; s=default; t=1679402326; bh=39ULq7h+fVLTXkOXAClLR7SLRIaT7R6JBpuzA8r4vo0=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=e3mYv1bG6j+gnb4Uu6plUDczfB83YGiaR0Id7oghpBCPawXWK4bUjQ2AHzP3W6SbR ghAsKIyi3ultSe2IJPd7X5CLvWXLhyPfVhui+ghwOEiQ+b1gTF1Sqx8dBooBUWK9ac l4ObO27gsMqFsRpqeKu4Qej7nH04CxkuY1wTB2dI= Received: from localhost.localdomain (xry111.site [IPv6:2001:470:683e::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id F312E6593C; Tue, 21 Mar 2023 08:38:45 -0400 (EDT) Message-ID: Subject: Re: [PATCH] Add config.log to .gitignore From: Xi Ruoyao To: Rong Tao , libc-alpha@sourceware.org Cc: rongtao@cestc.cn Date: Tue, 21 Mar 2023 20:38:44 +0800 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 MIME-Version: 1.0 X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,LIKELY_SPAM_FROM,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, 2023-03-21 at 20:24 +0800, Rong Tao via Libc-alpha wrote: > From: Rong Tao >=20 > 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. >=20 > Signed-off-by: Rong Tao > --- > =C2=A0.gitignore | 1 + > =C2=A01 file changed, 1 insertion(+) >=20 > diff --git a/.gitignore b/.gitignore > index 07d4a129e5dc..115d50ef48d6 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -15,6 +15,7 @@ copying.* > =C2=A0glibc-* > =C2=A0 > =C2=A0configparms > +config.log > =C2=A0 > =C2=A0ieeetest > =C2=A0regex --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University