On 11/07/19 02:13, Michael D Kinney wrote: > From: Sean Brogan <sean.bro...@microsoft.com> > > 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 that are generated by the > pytool external dependency feature. > > Ignore .vscode directories generated by the VS Code > editor. > > Cc: Andrew Fish <af...@apple.com> > Cc: Laszlo Ersek <ler...@redhat.com> > Cc: Leif Lindholm <leif.lindh...@linaro.org> > Signed-off-by: Kinney <michael.d.kin...@intel.com> > Reviewed-by: Leif Lindholm <leif.lindh...@linaro.org> > Reviewed-by: Philippe Mathieu-Daude <phi...@redhat.com> > --- > .gitignore | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/.gitignore b/.gitignore > index 97f22c348c..1dd30c1410 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -1,3 +1,7 @@ > Build/ > -tags/ > .DS_Store > +*_extdep/ > +*.pyc > +__pycache__/ > +tags/ > +.vscode/ >
This seems to be sorted only if we ignore the various prefixes ("*", "_", "."). I tend to call such a list "sorted" if it filters through the "sort" utility (using the POSIX locale) without changes. But, this is certainly not important enough to justify another repost. Reviewed-by: Laszlo Ersek <ler...@redhat.com> Thanks! Laszlo -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#50193): https://edk2.groups.io/g/devel/message/50193 Mute This Topic: https://groups.io/mt/44874048/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-