diff mbox series

Update .gitignore

Message ID 20171013170524.8104-1-harshasharmaiitr@gmail.com
State Accepted
Delegated to: Pablo Neira
Headers show
Series Update .gitignore | expand

Commit Message

Harsha Sharma Oct. 13, 2017, 5:05 p.m. UTC
Added comments and files generated by libtools

Signed-off-by: Harsha Sharma <harshasharmaiitr@gmail.com>
---
 .gitignore | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Comments

Pablo Neira Ayuso Oct. 17, 2017, 12:32 p.m. UTC | #1
On Fri, Oct 13, 2017 at 10:35:24PM +0530, Harsha Sharma wrote:
> Added comments and files generated by libtools

Applied, thanks.

Please, add the right tag next time, eg. [PATCH iptables] So I know
the route for this at quick glance.

Thanks!
--
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 Oct. 17, 2017, 12:36 p.m. UTC | #2
On Tue, Oct 17, 2017 at 02:32:39PM +0200, Pablo Neira Ayuso wrote:
> On Fri, Oct 13, 2017 at 10:35:24PM +0530, Harsha Sharma wrote:
> > Added comments and files generated by libtools
> 
> Applied, thanks.
> 
> Please, add the right tag next time, eg. [PATCH iptables] So I know
> the route for this at quick glance.

For the record, I mangled this patch to focus on missing files that
need to be ignore, that's enough I think.

Thanks.
--
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 series

Patch

diff --git a/.gitignore b/.gitignore
index fa86c482..3d1fc79d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,17 @@ 
+# Dependency and object files
 *.a
 *.la
 *.lo
 *.so
 *.o
+
+# Generated by autoconf/configure/automake
 .deps/
 .dirstamp
-.libs/
 Makefile
 Makefile.in
-
 /include/xtables-version.h
 /include/iptables/internal.h
-
 /aclocal.m4
 /autom4te.cache/
 /build-aux/
@@ -19,3 +19,9 @@  Makefile.in
 /configure
 /libtool
 /stamp-h1
+/iptables/iptables-apply.8
+
+# Generated by libtool
+/iptables/xtables-multi
+/iptables/xtables-compat-multi
+.libs/