netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Update .gitignore
@ 2017-10-13 17:05 Harsha Sharma
  2017-10-17 12:32 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 3+ messages in thread
From: Harsha Sharma @ 2017-10-13 17:05 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel, outreachy-kernel, Harsha Sharma

Added comments and files generated by libtools

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

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/
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-17 12:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-13 17:05 [PATCH] Update .gitignore Harsha Sharma
2017-10-17 12:32 ` Pablo Neira Ayuso
2017-10-17 12:36   ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).