ACK: [PATCH] Add .gitignore

Colin Ian King colin.king at canonical.com
Thu Apr 14 12:46:31 UTC 2016


On 14/04/16 13:43, Anthony Wong wrote:
> Add .gitignore
> 
> Signed-off-by: Anthony Wong <anthony.wong at canonical.com>
> ---
>  .gitignore | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>  create mode 100644 .gitignore
> 
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..58f602c
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,28 @@
> +*~
> +*.o
> +*.swp
> +Makefile
> +Makefile.in
> +/aclocal.m4
> +/autom4te.cache
> +/configure
> +/ar-lib
> +/compile
> +/config.guess
> +/config.h
> +/config.h.in
> +/config.log
> +/config.status
> +/config.sub
> +/depcomp
> +/install-sh
> +/libtool
> +/ltmain.sh
> +/missing
> +/stamp-h1
> +.deps
> +.dirstamp
> +test-driver
> +debian/*.debhelper.log
> +debian/autoreconf.after
> +debian/autoreconf.before
> 
Looks good, thanks

Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list