[ What I noticed during svn->git conversion is that [PATCH] prefixes were not removed :( -- anyway, I fixed that up in the git repo. ] === commit 6615605552d60c9f4c39b68a151804b8824f32fc Author: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Date: Mon Feb 11 02:12:55 2008 +0100 Update .gitignore --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec15363 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +.*.d +.*.dd +*.a +*.oo +*.so +*.o +.deps +.dirstamp +Makefile +Makefile.in + +/extensions/GNUmakefile +/extensions/initext?.c +/extensions/matches?.man +/extensions/targets?.man + +/aclocal.m4 +/autom4te*.cache +/compile +/config.guess +/config.h* +/config.log +/config.status +/config.sub +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing +/stamp-h1 + +/ip6tables +/ip6tables.8 +/ip6tables-multi +/ip6tables-save +/ip6tables-restore +/iptables +/iptables.8 +/iptables-multi +/iptables-save +/iptables-restore +/iptables-xml -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html