From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH 1/7] git: add a .gitignore file Date: Wed, 15 May 2013 00:17:53 +0200 Message-ID: <20130514221753.GA10082@localhost> References: <519216B6.7060701@linux.intel.com> <1368528682-10041-1-git-send-email-tomasz.bursztyka@linux.intel.com> <1368528682-10041-2-git-send-email-tomasz.bursztyka@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Tomasz Bursztyka Return-path: Received: from mail.us.es ([193.147.175.20]:53923 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758538Ab3ENWR7 (ORCPT ); Tue, 14 May 2013 18:17:59 -0400 Content-Disposition: inline In-Reply-To: <1368528682-10041-2-git-send-email-tomasz.bursztyka@linux.intel.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, May 14, 2013 at 01:51:16PM +0300, Tomasz Bursztyka wrote: > Signed-off-by: Tomasz Bursztyka > --- > .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