Please pull git://dev.medozas.de/xtables master to receive: commit 9e986688873d18b652f0e6116a9629f3639bac2f parent 5a2208c3e62a150e6f6297abbfa63056ab4a8066 Author: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Date: Mon Feb 11 02:12:55 2008 +0100 Update .gitignore Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ebe15c --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +.*.d +.*.dd +*.a +*.oo +*.so +*.o +.deps +.dirstamp +Makefile +Makefile.in + +/extensions/GNUmakefile +/extensions/initext?.c +/extensions/matches?.man +/extensions/targets?.man + +/include/xtables.h + +/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 +/ip6tables-static +/iptables +/iptables.8 +/iptables-multi +/iptables-save +/iptables-restore +/iptables-static +/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