[PATCH 1/3] Add root .gitignore

Cyril Bur cyrilbur at gmail.com
Fri Nov 3 14:14:07 AEDT 2017


On Fri, 2017-11-03 at 14:07 +1100, Samuel Mendoza-Jonas wrote:
> On Wed, 2016-05-04 at 09:25 +1000, Cyril Bur wrote:
> > This project uses autotools which generates many files not kept in git. This
> > commit adds files generated by:
> > ./bootstrap
> > ./configure
> > 
> > Signed-off-by: Cyril Bur <cyrilbur at gmail.com>
> 
> After a quick think, merged as 669083e. Thanks!
> 

Appreciate the quick and speedy merge of the patch.

Thanks a lot,
Cyril.

> ;)
> Sam
> 
> > ---
> >  .gitignore | 20 ++++++++++++++++++++
> >  1 file changed, 20 insertions(+)
> >  create mode 100644 .gitignore
> > 
> > diff --git a/.gitignore b/.gitignore
> > new file mode 100644
> > index 0000000..77b16f3
> > --- /dev/null
> > +++ b/.gitignore
> > @@ -0,0 +1,20 @@
> > +ABOUT-NLS
> > +Makefile.in
> > +aclocal.m4
> > +autom4te.cache/*
> > +compile
> > +config.guess
> > +config.h.in
> > +config.log
> > +config.rpath
> > +config.sub
> > +configure
> > +cscope.out
> > +depcomp
> > +install-sh
> > +ltmain.sh
> > +m4/*
> > +missing
> > +po/*
> > +test-driver
> > +ylwrap
> 
> 


More information about the Petitboot mailing list