[PATCH 1/3] Add root .gitignore
Samuel Mendoza-Jonas
sam at mendozajonas.com
Mon May 23 15:16:05 AEST 2016
On Wed, May 04, 2016 at 09:25:44AM +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>
> ---
> .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/*
I'm currently doing some hand-wringing about this particular exclude -
90% of the time it's annoying, but the other 10% of the time I _do_ want
to know if there are new untranslated strings.
The other option is Alan's similar patch which adds a script to toggle
visibility - I'll think on this a bit, in the meantime opinions are
welcome :)
> +test-driver
> +ylwrap
> --
> 2.8.2
>
> _______________________________________________
> Petitboot mailing list
> Petitboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/petitboot
More information about the Petitboot
mailing list