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.6881.1604019733988041225 for ; Thu, 29 Oct 2020 18:02:14 -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 ; Fri, 30 Oct 2020 09:01:56 +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?5Zue5aSNOiBbZWRrMi1wbGF0Zm9ybXNdW1BBVENIIHYyIDEvMV0gLmdpdGlnbm9yZTogTWF0Y2ggY29udGVudHMgdG8gZWRrMg==?= Date: Fri, 30 Oct 2020 09:02:04 +0800 Message-ID: <004301d6ae58$4819be10$d84d3a30$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQIpSUHefnsMAPpgM5lFFESbOSfw26kKHglA Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=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=C229=C8=D5 5:36 > =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 v2 1/1] .gitignore: Match = contents to edk2 >=20 > From: Michael Kubacki >=20 > This commit updates the contents of the .gitignore file to include > relevant items from the edk2 file for a similar experience across > the two repos. >=20 > Cc: Leif Lindholm > Cc: Michael D Kinney > Cc: Ard Biesheuvel > Cc: Liming Gao > Signed-off-by: Michael Kubacki > --- >=20 > Notes: > V2 changes: >=20 > * Removed the Build directory from .gitignore and correspondingly > updated the commit message. >=20 > .gitignore | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/.gitignore b/.gitignore > index 58200d4d732e..df38443ab782 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -1 +1,6 @@ > +.DS_Store > +*_extdep/ > +*.pyc > __pycache__/ > +tags/ > +.vscode/ > -- > 2.28.0.windows.1