* [PATCH] .gitignore: Ignore build tools build logs @ 2022-04-21 17:01 Jeff Brasen 2022-05-18 2:58 ` [edk2-devel] " Jeff Brasen 2022-05-18 6:40 ` 回复: " gaoliming 0 siblings, 2 replies; 8+ messages in thread From: Jeff Brasen @ 2022-04-21 17:01 UTC (permalink / raw) To: devel; +Cc: bob.c.feng, gaoliming, yuwei.chen, Jeff Brasen The python BaseTools/Edk2ToolsBuild.py creates files in BaseTools/BaseToolsBuild and should be ignored. Signed-off-by: Jeff Brasen <jbrasen@nvidia.com> --- BaseTools/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore index a45689bc89..ddf93b7116 100644 --- a/BaseTools/.gitignore +++ b/BaseTools/.gitignore @@ -17,4 +17,5 @@ Source/C/VfrCompile/VfrTokens.h Source/C/bin/ Source/C/libs/ Bin/Win32 -Lib \ No newline at end of file +Lib +BaseToolsBuild/ \ No newline at end of file -- 2.25.1 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs 2022-04-21 17:01 [PATCH] .gitignore: Ignore build tools build logs Jeff Brasen @ 2022-05-18 2:58 ` Jeff Brasen 2022-05-18 6:40 ` 回复: " gaoliming 1 sibling, 0 replies; 8+ messages in thread From: Jeff Brasen @ 2022-05-18 2:58 UTC (permalink / raw) To: Jeff Brasen, devel [-- Attachment #1: Type: text/plain, Size: 48 bytes --] Any comments on this patch? Thanks, Jeff [-- Attachment #2: Type: text/html, Size: 80 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* 回复: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs 2022-04-21 17:01 [PATCH] .gitignore: Ignore build tools build logs Jeff Brasen 2022-05-18 2:58 ` [edk2-devel] " Jeff Brasen @ 2022-05-18 6:40 ` gaoliming 2022-05-18 7:14 ` Bob Feng 1 sibling, 1 reply; 8+ messages in thread From: gaoliming @ 2022-05-18 6:40 UTC (permalink / raw) To: devel, jbrasen; +Cc: bob.c.feng, yuwei.chen Bob: Do you know what files will be generated in BaseTools/BaseToolsBuild directory? Thanks Liming > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Jeff Brasen > via groups.io > 发送时间: 2022年4月22日 1:01 > 收件人: devel@edk2.groups.io > 抄送: bob.c.feng@intel.com; gaoliming@byosoft.com.cn; > yuwei.chen@intel.com; Jeff Brasen <jbrasen@nvidia.com> > 主题: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs > > The python BaseTools/Edk2ToolsBuild.py creates files in > BaseTools/BaseToolsBuild and should be ignored. > > Signed-off-by: Jeff Brasen <jbrasen@nvidia.com> > --- > BaseTools/.gitignore | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore > index a45689bc89..ddf93b7116 100644 > --- a/BaseTools/.gitignore > +++ b/BaseTools/.gitignore > @@ -17,4 +17,5 @@ Source/C/VfrCompile/VfrTokens.h > Source/C/bin/ > Source/C/libs/ > Bin/Win32 > -Lib > \ No newline at end of file > +Lib > +BaseToolsBuild/ > \ No newline at end of file > -- > 2.25.1 > > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs 2022-05-18 6:40 ` 回复: " gaoliming @ 2022-05-18 7:14 ` Bob Feng 2022-05-20 1:19 ` 回复: " gaoliming 0 siblings, 1 reply; 8+ messages in thread From: Bob Feng @ 2022-05-18 7:14 UTC (permalink / raw) To: devel@edk2.groups.io, Gao, Liming, jbrasen@nvidia.com; +Cc: Chen, Christine They are the BaseTools build log files that are generated by BaseTools/Edk2ToolsBuild.py. Thanks, Bob -----Original Message----- From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of gaoliming Sent: Wednesday, May 18, 2022 2:40 PM To: devel@edk2.groups.io; jbrasen@nvidia.com Cc: Feng, Bob C <bob.c.feng@intel.com>; Chen, Christine <yuwei.chen@intel.com> Subject: 回复: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs Bob: Do you know what files will be generated in BaseTools/BaseToolsBuild directory? Thanks Liming > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Jeff Brasen via > groups.io > 发送时间: 2022年4月22日 1:01 > 收件人: devel@edk2.groups.io > 抄送: bob.c.feng@intel.com; gaoliming@byosoft.com.cn; > yuwei.chen@intel.com; Jeff Brasen <jbrasen@nvidia.com> > 主题: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs > > The python BaseTools/Edk2ToolsBuild.py creates files in > BaseTools/BaseToolsBuild and should be ignored. > > Signed-off-by: Jeff Brasen <jbrasen@nvidia.com> > --- > BaseTools/.gitignore | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore index > a45689bc89..ddf93b7116 100644 > --- a/BaseTools/.gitignore > +++ b/BaseTools/.gitignore > @@ -17,4 +17,5 @@ Source/C/VfrCompile/VfrTokens.h Source/C/bin/ > Source/C/libs/ > Bin/Win32 > -Lib > \ No newline at end of file > +Lib > +BaseToolsBuild/ > \ No newline at end of file > -- > 2.25.1 > > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* 回复: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs 2022-05-18 7:14 ` Bob Feng @ 2022-05-20 1:19 ` gaoliming 2022-06-17 15:38 ` Jeff Brasen 0 siblings, 1 reply; 8+ messages in thread From: gaoliming @ 2022-05-20 1:19 UTC (permalink / raw) To: devel, bob.c.feng, jbrasen; +Cc: 'Chen, Christine' Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Bob Feng > 发送时间: 2022年5月18日 15:15 > 收件人: devel@edk2.groups.io; Gao, Liming <gaoliming@byosoft.com.cn>; > jbrasen@nvidia.com > 抄送: Chen, Christine <yuwei.chen@intel.com> > 主题: Re: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs > > They are the BaseTools build log files that are generated by > BaseTools/Edk2ToolsBuild.py. > > Thanks, > Bob > > -----Original Message----- > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of gaoliming > Sent: Wednesday, May 18, 2022 2:40 PM > To: devel@edk2.groups.io; jbrasen@nvidia.com > Cc: Feng, Bob C <bob.c.feng@intel.com>; Chen, Christine > <yuwei.chen@intel.com> > Subject: 回复: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs > > Bob: > Do you know what files will be generated in BaseTools/BaseToolsBuild > directory? > > Thanks > Liming > > -----邮件原件----- > > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Jeff Brasen > via > > groups.io > > 发送时间: 2022年4月22日 1:01 > > 收件人: devel@edk2.groups.io > > 抄送: bob.c.feng@intel.com; gaoliming@byosoft.com.cn; > > yuwei.chen@intel.com; Jeff Brasen <jbrasen@nvidia.com> > > 主题: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs > > > > The python BaseTools/Edk2ToolsBuild.py creates files in > > BaseTools/BaseToolsBuild and should be ignored. > > > > Signed-off-by: Jeff Brasen <jbrasen@nvidia.com> > > --- > > BaseTools/.gitignore | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore index > > a45689bc89..ddf93b7116 100644 > > --- a/BaseTools/.gitignore > > +++ b/BaseTools/.gitignore > > @@ -17,4 +17,5 @@ Source/C/VfrCompile/VfrTokens.h Source/C/bin/ > > Source/C/libs/ > > Bin/Win32 > > -Lib > > \ No newline at end of file > > +Lib > > +BaseToolsBuild/ > > \ No newline at end of file > > -- > > 2.25.1 > > > > > > > > > > > > > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs 2022-05-20 1:19 ` 回复: " gaoliming @ 2022-06-17 15:38 ` Jeff Brasen 2022-07-07 18:14 ` Jeff Brasen 0 siblings, 1 reply; 8+ messages in thread From: Jeff Brasen @ 2022-06-17 15:38 UTC (permalink / raw) To: gaoliming, devel@edk2.groups.io, bob.c.feng@intel.com Cc: 'Chen, Christine' Anything else needed prior to getting this merged to edk2? > -----Original Message----- > From: gaoliming <gaoliming@byosoft.com.cn> > Sent: Thursday, May 19, 2022 7:19 PM > To: devel@edk2.groups.io; bob.c.feng@intel.com; Jeff Brasen > <jbrasen@nvidia.com> > Cc: 'Chen, Christine' <yuwei.chen@intel.com> > Subject: 回复: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs > > External email: Use caution opening links or attachments > > > Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > > > -----邮件原件----- > > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Bob Feng > > 发送时间: 2022年5月18日 15:15 > > 收件人: devel@edk2.groups.io; Gao, Liming > <gaoliming@byosoft.com.cn>; > > jbrasen@nvidia.com > > 抄送: Chen, Christine <yuwei.chen@intel.com> > > 主题: Re: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs > > > > They are the BaseTools build log files that are generated by > > BaseTools/Edk2ToolsBuild.py. > > > > Thanks, > > Bob > > > > -----Original Message----- > > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of > > gaoliming > > Sent: Wednesday, May 18, 2022 2:40 PM > > To: devel@edk2.groups.io; jbrasen@nvidia.com > > Cc: Feng, Bob C <bob.c.feng@intel.com>; Chen, Christine > > <yuwei.chen@intel.com> > > Subject: 回复: [edk2-devel] [PATCH] .gitignore: Ignore build tools build > > logs > > > > Bob: > > Do you know what files will be generated in BaseTools/BaseToolsBuild > > directory? > > > > Thanks > > Liming > > > -----邮件原件----- > > > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Jeff > Brasen > > via > > > groups.io > > > 发送时间: 2022年4月22日 1:01 > > > 收件人: devel@edk2.groups.io > > > 抄送: bob.c.feng@intel.com; gaoliming@byosoft.com.cn; > > > yuwei.chen@intel.com; Jeff Brasen <jbrasen@nvidia.com> > > > 主题: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs > > > > > > The python BaseTools/Edk2ToolsBuild.py creates files in > > > BaseTools/BaseToolsBuild and should be ignored. > > > > > > Signed-off-by: Jeff Brasen <jbrasen@nvidia.com> > > > --- > > > BaseTools/.gitignore | 3 ++- > > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > > > diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore index > > > a45689bc89..ddf93b7116 100644 > > > --- a/BaseTools/.gitignore > > > +++ b/BaseTools/.gitignore > > > @@ -17,4 +17,5 @@ Source/C/VfrCompile/VfrTokens.h Source/C/bin/ > > > Source/C/libs/ > > > Bin/Win32 > > > -Lib > > > \ No newline at end of file > > > +Lib > > > +BaseToolsBuild/ > > > \ No newline at end of file > > > -- > > > 2.25.1 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs 2022-06-17 15:38 ` Jeff Brasen @ 2022-07-07 18:14 ` Jeff Brasen 2022-07-09 13:46 ` Bob Feng 0 siblings, 1 reply; 8+ messages in thread From: Jeff Brasen @ 2022-07-07 18:14 UTC (permalink / raw) To: gaoliming, devel@edk2.groups.io, bob.c.feng@intel.com Cc: 'Chen, Christine' Just following up on my outstanding edk2 patches to check on status/review feedback. Thanks, Jeff > -----Original Message----- > From: Jeff Brasen > Sent: Friday, June 17, 2022 9:38 AM > To: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io; > bob.c.feng@intel.com > Cc: 'Chen, Christine' <yuwei.chen@intel.com> > Subject: RE: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs > > Anything else needed prior to getting this merged to edk2? > > > -----Original Message----- > > From: gaoliming <gaoliming@byosoft.com.cn> > > Sent: Thursday, May 19, 2022 7:19 PM > > To: devel@edk2.groups.io; bob.c.feng@intel.com; Jeff Brasen > > <jbrasen@nvidia.com> > > Cc: 'Chen, Christine' <yuwei.chen@intel.com> > > Subject: 回复: [edk2-devel] [PATCH] .gitignore: Ignore build tools build > > logs > > > > External email: Use caution opening links or attachments > > > > > > Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > > > > > -----邮件原件----- > > > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Bob Feng > > > 发送时间: 2022年5月18日 15:15 > > > 收件人: devel@edk2.groups.io; Gao, Liming > > <gaoliming@byosoft.com.cn>; > > > jbrasen@nvidia.com > > > 抄送: Chen, Christine <yuwei.chen@intel.com> > > > 主题: Re: [edk2-devel] [PATCH] .gitignore: Ignore build tools build > > > logs > > > > > > They are the BaseTools build log files that are generated by > > > BaseTools/Edk2ToolsBuild.py. > > > > > > Thanks, > > > Bob > > > > > > -----Original Message----- > > > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of > > > gaoliming > > > Sent: Wednesday, May 18, 2022 2:40 PM > > > To: devel@edk2.groups.io; jbrasen@nvidia.com > > > Cc: Feng, Bob C <bob.c.feng@intel.com>; Chen, Christine > > > <yuwei.chen@intel.com> > > > Subject: 回复: [edk2-devel] [PATCH] .gitignore: Ignore build tools > > > build logs > > > > > > Bob: > > > Do you know what files will be generated in > > > BaseTools/BaseToolsBuild directory? > > > > > > Thanks > > > Liming > > > > -----邮件原件----- > > > > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Jeff > > Brasen > > > via > > > > groups.io > > > > 发送时间: 2022年4月22日 1:01 > > > > 收件人: devel@edk2.groups.io > > > > 抄送: bob.c.feng@intel.com; gaoliming@byosoft.com.cn; > > > > yuwei.chen@intel.com; Jeff Brasen <jbrasen@nvidia.com> > > > > 主题: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs > > > > > > > > The python BaseTools/Edk2ToolsBuild.py creates files in > > > > BaseTools/BaseToolsBuild and should be ignored. > > > > > > > > Signed-off-by: Jeff Brasen <jbrasen@nvidia.com> > > > > --- > > > > BaseTools/.gitignore | 3 ++- > > > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > > > > > diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore index > > > > a45689bc89..ddf93b7116 100644 > > > > --- a/BaseTools/.gitignore > > > > +++ b/BaseTools/.gitignore > > > > @@ -17,4 +17,5 @@ Source/C/VfrCompile/VfrTokens.h Source/C/bin/ > > > > Source/C/libs/ > > > > Bin/Win32 > > > > -Lib > > > > \ No newline at end of file > > > > +Lib > > > > +BaseToolsBuild/ > > > > \ No newline at end of file > > > > -- > > > > 2.25.1 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs 2022-07-07 18:14 ` Jeff Brasen @ 2022-07-09 13:46 ` Bob Feng 0 siblings, 0 replies; 8+ messages in thread From: Bob Feng @ 2022-07-09 13:46 UTC (permalink / raw) To: Jeff Brasen, Gao, Liming, devel@edk2.groups.io; +Cc: Chen, Christine Create the PR for merge. https://github.com/tianocore/edk2/pull/3062 Thanks, Bob -----Original Message----- From: Jeff Brasen <jbrasen@nvidia.com> Sent: Friday, July 8, 2022 2:14 AM To: Gao, Liming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io; Feng, Bob C <bob.c.feng@intel.com> Cc: Chen, Christine <yuwei.chen@intel.com> Subject: RE: [edk2-devel] [PATCH] .gitignore: Ignore build tools build logs Just following up on my outstanding edk2 patches to check on status/review feedback. Thanks, Jeff > -----Original Message----- > From: Jeff Brasen > Sent: Friday, June 17, 2022 9:38 AM > To: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io; > bob.c.feng@intel.com > Cc: 'Chen, Christine' <yuwei.chen@intel.com> > Subject: RE: [edk2-devel] [PATCH] .gitignore: Ignore build tools build > logs > > Anything else needed prior to getting this merged to edk2? > > > -----Original Message----- > > From: gaoliming <gaoliming@byosoft.com.cn> > > Sent: Thursday, May 19, 2022 7:19 PM > > To: devel@edk2.groups.io; bob.c.feng@intel.com; Jeff Brasen > > <jbrasen@nvidia.com> > > Cc: 'Chen, Christine' <yuwei.chen@intel.com> > > Subject: 回复: [edk2-devel] [PATCH] .gitignore: Ignore build tools > > build logs > > > > External email: Use caution opening links or attachments > > > > > > Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > > > > > -----邮件原件----- > > > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Bob Feng > > > 发送时间: 2022年5月18日 15:15 > > > 收件人: devel@edk2.groups.io; Gao, Liming > > <gaoliming@byosoft.com.cn>; > > > jbrasen@nvidia.com > > > 抄送: Chen, Christine <yuwei.chen@intel.com> > > > 主题: Re: [edk2-devel] [PATCH] .gitignore: Ignore build tools build > > > logs > > > > > > They are the BaseTools build log files that are generated by > > > BaseTools/Edk2ToolsBuild.py. > > > > > > Thanks, > > > Bob > > > > > > -----Original Message----- > > > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of > > > gaoliming > > > Sent: Wednesday, May 18, 2022 2:40 PM > > > To: devel@edk2.groups.io; jbrasen@nvidia.com > > > Cc: Feng, Bob C <bob.c.feng@intel.com>; Chen, Christine > > > <yuwei.chen@intel.com> > > > Subject: 回复: [edk2-devel] [PATCH] .gitignore: Ignore build tools > > > build logs > > > > > > Bob: > > > Do you know what files will be generated in > > > BaseTools/BaseToolsBuild directory? > > > > > > Thanks > > > Liming > > > > -----邮件原件----- > > > > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Jeff > > Brasen > > > via > > > > groups.io > > > > 发送时间: 2022年4月22日 1:01 > > > > 收件人: devel@edk2.groups.io > > > > 抄送: bob.c.feng@intel.com; gaoliming@byosoft.com.cn; > > > > yuwei.chen@intel.com; Jeff Brasen <jbrasen@nvidia.com> > > > > 主题: [edk2-devel] [PATCH] .gitignore: Ignore build tools build > > > > logs > > > > > > > > The python BaseTools/Edk2ToolsBuild.py creates files in > > > > BaseTools/BaseToolsBuild and should be ignored. > > > > > > > > Signed-off-by: Jeff Brasen <jbrasen@nvidia.com> > > > > --- > > > > BaseTools/.gitignore | 3 ++- > > > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > > > > > diff --git a/BaseTools/.gitignore b/BaseTools/.gitignore index > > > > a45689bc89..ddf93b7116 100644 > > > > --- a/BaseTools/.gitignore > > > > +++ b/BaseTools/.gitignore > > > > @@ -17,4 +17,5 @@ Source/C/VfrCompile/VfrTokens.h Source/C/bin/ > > > > Source/C/libs/ > > > > Bin/Win32 > > > > -Lib > > > > \ No newline at end of file > > > > +Lib > > > > +BaseToolsBuild/ > > > > \ No newline at end of file > > > > -- > > > > 2.25.1 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-07-09 13:46 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-04-21 17:01 [PATCH] .gitignore: Ignore build tools build logs Jeff Brasen 2022-05-18 2:58 ` [edk2-devel] " Jeff Brasen 2022-05-18 6:40 ` 回复: " gaoliming 2022-05-18 7:14 ` Bob Feng 2022-05-20 1:19 ` 回复: " gaoliming 2022-06-17 15:38 ` Jeff Brasen 2022-07-07 18:14 ` Jeff Brasen 2022-07-09 13:46 ` Bob Feng
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox