Not sure this is needed but will not hurt anything. Reviewed-by: Erik Bjorge <erik.c.bjo...@intel.com>
> -----Original Message----- > From: Leahy, Leroy P > Sent: Friday, March 4, 2016 8:57 AM > To: Justen, Jordan L <jordan.l.jus...@intel.com>; edk2- > de...@lists.01.org; Bjorge, Erik C <erik.c.bjo...@intel.com> > Cc: Leahy, Leroy P <leroy.p.le...@intel.com> > Subject: [PATCH 2/9] Linux: Ignore *.patch and *~ files > > Have git ignore patch files and backup files (file names ending with ~). > > TEST=git status no longer displays these files > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Lee Leahy <leroy.p.le...@intel.com> > --- > .gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 821ed66..83790eb 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -1,2 +1,4 @@ > Build/ > tags/ > +*.patch > +*~ > -- > 1.9.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel