[PATCH 1/3] Add root .gitignore

Samuel Mendoza-Jonas sam at mendozajonas.com
Fri Nov 3 14:07:29 AEDT 2017


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!

;)
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