From f900213daeb57ca653a1491ac36da94c76b7d017 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 13 Aug 2008 18:15:12 -0400 Subject: Added a 'make report', which uses GCOV and LCOV to produce code coverage statistics after running 'make fullcheck'. In order to generate these reports, you need lcov installed and you must run acprep with the '--gcov' option. --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ee82ebe4..92c4d610 100644 --- a/.gitignore +++ b/.gitignore @@ -59,8 +59,9 @@ /doc/.dirstamp /doc/Doxyfile.bak /doc/Doxyfile.gen -/doc/html -/doc/latex +/doc/html/ +/doc/latex/ +/doc/report/ /elc-stamp /elisp-comp /install-sh -- cgit v1.2.3