From 137d759e43afe8c56e4c417ae5620157a5d295bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 16 Dec 2016 22:45:35 +0100 Subject: test/core: update .gitignore with coverage related files --- core/.gitignore | 3 +++ core/Makefile | 1 + 2 files changed, 4 insertions(+) diff --git a/core/.gitignore b/core/.gitignore index 6a145ff..bc75c33 100644 --- a/core/.gitignore +++ b/core/.gitignore @@ -4,3 +4,6 @@ /map /array /ccan-config +*.gcda +*.gcno +*.gcov diff --git a/core/Makefile b/core/Makefile index 75180e0..6a2d672 100644 --- a/core/Makefile +++ b/core/Makefile @@ -41,5 +41,6 @@ clean: @rm -f buffer @rm -f map @rm -f array + @rm -f *.gcov *.gcda *.gcno .PHONY: clean debug coverage -- cgit v1.2.3