From: Ralph Corderoy Date: Sun, 30 Oct 2016 15:07:41 +0000 (+0000) Subject: Add outputs from Makefile.am's gcov target. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/9a8baf1f7ee48005ea447725589fceb5717ad32b?hp=f7045eaebc7cd9a7b2d4a29c355a153887b9921c Add outputs from Makefile.am's gcov target. *.gcda, *.gcno, and *.gcov. --- diff --git a/.gitignore b/.gitignore index 3515afe9..ca06090e 100644 --- a/.gitignore +++ b/.gitignore @@ -125,3 +125,10 @@ a.out.dSYM/ # Removed by mostlyclean: *.o + +# Removed by gcov-mostlyclean: +*.gcda +*.gcno + +# Removed by gcov-clean: +*.gcov