From 14df89ffb00264b014bca355b2f34941fe4f0d03 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 19 Jul 2021 22:41:11 +0200 Subject: Added benchmarking support via Google's libbenchmark. * disabled confusing GMake builtin rules which are not used anyway * updated .gitignore Signed-off-by: Toni Uhlig --- .gitignore | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ebacea3cd..c8fba911b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,12 +17,22 @@ compile /depcomp .dirstamp /example/.deps/ -/example/Makefile /example/ndpiReader /example/Makefile.dpdk /example/build -*.in +# Makefiles generated by configure +/example/Makefile +/fuzz/Makefile +/python/Makefile +/tests/benchmark/Makefile +/tests/dga/Makefile +/tests/unit/Makefile +# Makefiles generated by AutoMake +/fuzz/Makefile.in +/tests/Makefile.in +/Makefile.in /install-sh +*.h.in *.ko *.la /libndpi.pc -- cgit v1.2.3