diff mbox

Add .gitignore

Message ID 1460637803-4402-1-git-send-email-anthony.wong@canonical.com
State Accepted
Headers show

Commit Message

Anthony Wong April 14, 2016, 12:43 p.m. UTC
Add .gitignore

Signed-off-by: Anthony Wong <anthony.wong@canonical.com>
---
 .gitignore | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 .gitignore

Comments

Colin Ian King April 14, 2016, 12:46 p.m. UTC | #1
On 14/04/16 13:43, Anthony Wong wrote:
> Add .gitignore
> 
> Signed-off-by: Anthony Wong <anthony.wong@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@canonical.com>
Al Stone April 14, 2016, 3:19 p.m. UTC | #2
On 04/14/2016 06:43 AM, Anthony Wong wrote:
> Add .gitignore
> 
> Signed-off-by: Anthony Wong <anthony.wong@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
> 

Thank you!  Makes life much easier...
Alex Hung April 14, 2016, 3:45 p.m. UTC | #3
On 2016-04-14 08:43 PM, Anthony Wong wrote:
> Add .gitignore
>
> Signed-off-by: Anthony Wong <anthony.wong@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@canonical.com>
diff mbox

Patch

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