ACK: [PATCH v2 5/5] gitignore: add packaging specific files

Alex Hung alex.hung at canonical.com
Thu Jun 18 18:15:38 UTC 2020


On 2020-06-17 5:01 a.m., You-Sheng Yang wrote:
> From: You-Sheng Yang <vicamo at gmail.com>
> 
> Signed-off-by: You-Sheng Yang <vicamo at gmail.com>
> ---
>  Makefile.am | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 832893b0..c753ce41 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -26,6 +26,18 @@ MAINTAINERCLEANFILES = \
>  MOSTLYCLEANFILES = \
>  	results.log
>  
> +GITIGNOREFILES = \
> +	debian/*.debhelper \
> +	debian/*.debhelper.log \
> +	debian/*.substvars \
> +	`cat debian/control |$(GREP) ^Package|$(AWK) '{print "debian/" $$2}'` \
> +	debian/autoreconf.after \
> +	debian/autoreconf.before \
> +	debian/files \
> +	debian/tmp \
> +	fedora/fwts.spec \
> +	fedora/rpm
> +
>  SUBDIRS = src data src/utilities scripts/bash-completion
>  
>  ACLOCAL_AMFLAGS = -I m4
> 


Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list