From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harsha Sharma Subject: [PATCH] Update .gitignore Date: Fri, 13 Oct 2017 22:35:24 +0530 Message-ID: <20171013170524.8104-1-harshasharmaiitr@gmail.com> Cc: netfilter-devel@vger.kernel.org, outreachy-kernel@googlegroups.com, Harsha Sharma To: pablo@netfilter.org Return-path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:44102 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750973AbdJMRHt (ORCPT ); Fri, 13 Oct 2017 13:07:49 -0400 Received: by mail-pf0-f194.google.com with SMTP id x7so10906151pfa.1 for ; Fri, 13 Oct 2017 10:07:49 -0700 (PDT) Sender: netfilter-devel-owner@vger.kernel.org List-ID: Added comments and files generated by libtools Signed-off-by: Harsha Sharma --- .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