From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web09.4473.1603862810036493658 for ; Tue, 27 Oct 2020 22:26:50 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 28 Oct 2020 13:26:36 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Leif Lindholm'" , "'Michael D Kinney'" , "'Ard Biesheuvel'" References: <002a01d6ac29$de315560$9a940020$@byosoft.com.cn> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0g5Zue5aSNOiBbZWRrMi1wbGF0Zm9ybXNdW1BBVENIIHYxIDEvMV0gLmdpdGlnbm9yZTogTWF0Y2ggY29udGVudHMgdG8gZWRrMg==?= Date: Wed, 28 Oct 2020 13:26:43 +0800 Message-ID: <002e01d6acea$ec5d23a0$c5176ae0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQH9vtJ+TDl0ZoTspjPhzqsWSwqm9AMe+DaMAsW3hiGpLw5HQA== Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Michael: If no real usage case, I don't suggest to add Build into . gitignore. Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+66673+4905953+8761045@groups.io > =B4=FA=B1=ED Michael > Kubacki > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA10=D4=C228=C8=D5 7:02 > =CA=D5=BC=FE=C8=CB: gaoliming ; devel@edk2.gro= ups.io > =B3=AD=CB=CD: 'Leif Lindholm' ; 'Michael D Kinney' > ; 'Ard Biesheuvel' > =D6=F7=CC=E2: Re: [edk2-devel] =BB=D8=B8=B4: [edk2-platforms][PATCH v1 1= /1] .gitignore: > Match contents to edk2 >=20 > Hi Liming, >=20 > Sorry for the confusion. It appears I was doing a non-standard flow with > a directory link that brought in the Build directory and looking at my > directory later, I didn't see real harm in adding it to the file. >=20 > I am fine to remove it in a v2 if you'd like. >=20 > Thanks, > Michael >=20 > On 10/26/2020 11:24 PM, gaoliming wrote: > > Michael: > > Do you meet with the case that its output directory is generated in= to > > edk2-platforms\Build? > > > > Thanks > > Liming > >> -----=D3=CA=BC=FE=D4=AD=BC=FE----- > >> =B7=A2=BC=FE=C8=CB: michael.kubacki@outlook.com > >> =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA10=D4=C227=C8=D5 1:44 > >> =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > >> =B3=AD=CB=CD: Leif Lindholm ; Michael D Kinney > >> ; Ard Biesheuvel > ; > >> Liming Gao > >> =D6=F7=CC=E2: [edk2-platforms][PATCH v1 1/1] .gitignore: Match conten= ts to edk2 > >> > >> From: Michael Kubacki > >> > >> The .gitignore file is currently missing a few key items like the > >> Build directory. This change updates the contents to match the edk2 > >> file for a similar experience on the two repos. > >> > >> Cc: Leif Lindholm > >> Cc: Michael D Kinney > >> Cc: Ard Biesheuvel > >> Cc: Liming Gao > >> Signed-off-by: Michael Kubacki > >> --- > >> .gitignore | 6 ++++++ > >> 1 file changed, 6 insertions(+) > >> > >> diff --git a/.gitignore b/.gitignore > >> index 58200d4d732e..1dd30c141066 100644 > >> --- a/.gitignore > >> +++ b/.gitignore > >> @@ -1 +1,7 @@ > >> +Build/ > >> +.DS_Store > >> +*_extdep/ > >> +*.pyc > >> __pycache__/ > >> +tags/ > >> +.vscode/ > >> -- > >> 2.28.0.windows.1 > > > > > > >=20 >=20 >=20 >=20