public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add config.log to .gitignore
@ 2023-03-21 12:24 Rong Tao
  2023-03-21 12:38 ` Xi Ruoyao
  0 siblings, 1 reply; 6+ messages in thread
From: Rong Tao @ 2023-03-21 12:24 UTC (permalink / raw)
  To: libc-alpha; +Cc: rongtao, rtoax

From: Rong Tao <rongtao@cestc.cn>

Ignore generated config.log log 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
-- 
2.39.1


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

end of thread, other threads:[~2023-03-22 20:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21 12:24 [PATCH] Add config.log to .gitignore Rong Tao
2023-03-21 12:38 ` Xi Ruoyao
2023-03-21 14:10   ` =?gb18030?B?yNnMzg==?=
2023-03-22 16:01     ` Zack Weinberg
2023-03-22 16:26       ` Xi Ruoyao
2023-03-22 20:14         ` Zack Weinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).