[edk2-devel] [Patch v3 02/22] .gitignore: Ignore python compiled files, extdeps, and vscode

2019-10-29 Thread Michael D Kinney
From: Sean Brogan https://bugzilla.tianocore.org/show_bug.cgi?id=2315 Update .gitignore to ignore .pyc files and __pycache__ directories. Python based plugins can be added to any package or platform, so these files and directories may be present outside of BaseTools. Ignore _extdep directories

Re: [edk2-devel] [Patch v3 02/22] .gitignore: Ignore python compiled files, extdeps, and vscode

2019-10-29 Thread Leif Lindholm
On Tue, Oct 29, 2019 at 12:54:57PM -0700, Michael D Kinney wrote: > From: Sean Brogan > > https://bugzilla.tianocore.org/show_bug.cgi?id=2315 > > Update .gitignore to ignore .pyc files and __pycache__ > directories. Python based plugins can be added to any > package or platform, so these files

Re: [edk2-devel] [Patch v3 02/22] .gitignore: Ignore python compiled files, extdeps, and vscode

2019-10-30 Thread Michael D Kinney
Leif, Thanks. I agree. I will split it out. Mike > -Original Message- > From: Leif Lindholm > Sent: Tuesday, October 29, 2019 7:30 PM > To: Kinney, Michael D > Cc: devel@edk2.groups.io; Sean Brogan > ; Andrew Fish > ; Laszlo Ersek > Subject: Re: [Patch v3 02/22] .gitignore: Ignore p

Re: [edk2-devel] [Patch v3 02/22] .gitignore: Ignore python compiled files, extdeps, and vscode

2019-10-31 Thread Laszlo Ersek
On 10/31/19 05:43, Kinney, Michael D wrote: > Leif, > > Thanks. I agree. I will split it out. I would further suggest alphabetical sorting for the .gitignore lines. Thanks! Laszlo > > Mike > >> -Original Message- >> From: Leif Lindholm >> Sent: Tuesday, October 29, 2019 7:30 PM >>

Re: [edk2-devel] [Patch v3 02/22] .gitignore: Ignore python compiled files, extdeps, and vscode

2019-11-04 Thread Philippe Mathieu-Daudé
On 10/31/19 10:02 AM, Laszlo Ersek wrote: On 10/31/19 05:43, Kinney, Michael D wrote: Leif, Thanks. I agree. I will split it out. I would further suggest alphabetical sorting for the .gitignore lines. Reviewed-by: Philippe Mathieu-Daude -Original Message- From: Leif Lindholm S