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.web12.10082.1603779892199924045 for ; Mon, 26 Oct 2020 23:24:53 -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 ; Tue, 27 Oct 2020 14:24:41 +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: In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1wbGF0Zm9ybXNdW1BBVENIIHYxIDEvMV0gLmdpdGlnbm9yZTogTWF0Y2ggY29udGVudHMgdG8gZWRrMg==?= Date: Tue, 27 Oct 2020 14:24:47 +0800 Message-ID: <002a01d6ac29$de315560$9a940020$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQH9vtJ+TDl0ZoTspjPhzqsWSwqm9Klc1cBg Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Michael: Do you meet with the case that its output directory is generated into 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 = contents to edk2 >=20 > From: Michael Kubacki >=20 > 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. >=20 > 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(+) >=20 > 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