ACK: [PATCH] Add .gitignore
Alex Hung
alex.hung at canonical.com
Thu Apr 14 15:45:59 UTC 2016
On 2016-04-14 08:43 PM, 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
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list