From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Bursztyka Subject: [libnftables PATCH 1/7] git: add a .gitignore file Date: Tue, 14 May 2013 13:51:16 +0300 Message-ID: <1368528682-10041-2-git-send-email-tomasz.bursztyka@linux.intel.com> References: <519216B6.7060701@linux.intel.com> <1368528682-10041-1-git-send-email-tomasz.bursztyka@linux.intel.com> Cc: Tomasz Bursztyka To: netfilter-devel@vger.kernel.org Return-path: Received: from mga01.intel.com ([192.55.52.88]:2739 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753284Ab3ENKvc (ORCPT ); Tue, 14 May 2013 06:51:32 -0400 In-Reply-To: <1368528682-10041-1-git-send-email-tomasz.bursztyka@linux.intel.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: 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 +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 -- 1.8.2.1