From 126c1361ad5201973e6ebc761b3e38a67915de29 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 4 Aug 2008 18:37:38 +0200 Subject: Put xtables.c into its own library, libxtables.so iproute2's tc's m_ipt.c poses as a pseudo-iptables program to make use of the info structure composition of iptables extensions. Since tc would have to clone a lot of code, xtables.c is put into its own shared library and should not be relied upon by any other programs. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9ebe15ca..741f9729 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,14 @@ .*.d .*.dd *.a +*.la +*.lo *.oo *.so *.o .deps .dirstamp +.libs Makefile Makefile.in @@ -31,6 +34,7 @@ Makefile.in /ltmain.sh /missing /stamp-h1 +/xtables.pc /ip6tables /ip6tables.8 -- cgit v1.2.3