From 131920089dc21db43e7dba7104c15889701230ea Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 27 Jun 2018 11:50:43 +0200 Subject: build: move to automake Signed-off-by: Florian Westphal --- .gitignore | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d2fc36e..1fff83c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,28 @@ -*.o +*.a +*.la +*.lo *.so +*.o +.deps/ +.dirstamp +.libs/ +Makefile +Makefile.in + +/aclocal.m4 +/autom4te.cache/ +/build-aux/ +/config.* +/configure +/libtool +/stamp-h1 + /ebtables +/ebtables-config /ebtables-restore +/ebtables-save +/ebtables.8 +/ebtables.sysv /ebtablesd /ebtablesu /static -- cgit v1.2.3