diff mbox

[libnftables,1/7] git: add a .gitignore file

Message ID 1368528682-10041-2-git-send-email-tomasz.bursztyka@linux.intel.com
State Accepted
Headers show

Commit Message

Tomasz Bursztyka May 14, 2013, 10:51 a.m. UTC
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
---
 .gitignore | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 .gitignore

Comments

Pablo Neira Ayuso May 14, 2013, 10:17 p.m. UTC | #1
On Tue, May 14, 2013 at 01:51:16PM +0300, Tomasz Bursztyka wrote:
> Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
> ---
>  .gitignore | 30 ++++++++++++++++++++++++++++++
>  1 file changed, 30 insertions(+)
>  create mode 100644 .gitignore
> 
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..230e2a9
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,30 @@
> +# Dependency and object files
> +.*.d
> +*.o
> +*.lo
> +*.la
> +.deps
> +.libs
> +.dirstamp
> +
> +# Generated by autoconf/configure
> +Makefile
> +Makefile.in
> +Makefile.defs
> +Makefile.rules

Please, consolidate this to Makefile*

> +config.h
> +config.h.in
> +config.h.in~
> +config.log
> +config.status

config.*

> +configure
> +autom4te.cache
> +stamp-h1
> +aclocal.m4
> +libnftables.pc
> +libtool
> +build-aux
> +doxygen.cfg
> +
> +# Debian package build temporary files
> +build-stamp
> -- 
> 1.8.2.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Tomasz Bursztyka May 15, 2013, 6:51 a.m. UTC | #2
Hi Pablo,
>> +# Generated by autoconf/configure
>> +Makefile
>> +Makefile.in
>> +Makefile.defs
>> +Makefile.rules
> Please, consolidate this to Makefile*

You don't want to get rid of Makefile.am, do you? ;)

>> +config.h
>> +config.h.in
>> +config.h.in~
>> +config.log
>> +config.status
> config.*

True

Tomasz
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Pablo Neira Ayuso May 15, 2013, 12:53 p.m. UTC | #3
On Wed, May 15, 2013 at 09:51:50AM +0300, Tomasz Bursztyka wrote:
> Hi Pablo,
> >>+# Generated by autoconf/configure
> >>+Makefile
> >>+Makefile.in
> >>+Makefile.defs
> >>+Makefile.rules
> >Please, consolidate this to Makefile*
> 
> You don't want to get rid of Makefile.am, do you? ;)

Right.

BTW, we don't seem to have Makefile.defs and Makefile.rules in
iptables.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Tomasz Bursztyka May 15, 2013, 1:01 p.m. UTC | #4
Hi Pablo,
> BTW, we don't seem to have Makefile.defs and Makefile.rules in
> iptables.

It seem not indeed. I c/p this .gitignore from nftables project anyway.

Tomasz
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..230e2a9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@ 
+# Dependency and object files
+.*.d
+*.o
+*.lo
+*.la
+.deps
+.libs
+.dirstamp
+
+# Generated by autoconf/configure
+Makefile
+Makefile.in
+Makefile.defs
+Makefile.rules
+config.h
+config.h.in
+config.h.in~
+config.log
+config.status
+configure
+autom4te.cache
+stamp-h1
+aclocal.m4
+libnftables.pc
+libtool
+build-aux
+doxygen.cfg
+
+# Debian package build temporary files
+build-stamp