From a862c7d3368241e72a465ab944afa38ea62a6640 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sat, 23 Mar 2013 08:17:24 +0100 Subject: Integrate lcov/gcov into Libav The gcov/lcov are a common toolchain for visualizing code coverage with the GNU/Toolchain. The documentation and implementation of this integration was heavily inspired from the blog entry by Mike Melanson: http://multimedia.cx/eggs/using-lcov-with-ffmpeg/ --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3ed55b3487..000f149c4e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ *.dll *.exe *.exp +*.gcda +*.gcno *.h.c *.ilk *.lib @@ -22,6 +24,7 @@ /avprobe /avserver /config.* +/coverage.info /version.h /doc/*.1 /doc/*.html @@ -30,6 +33,7 @@ /doc/avoptions_format.texi /doc/doxy/html/ /doc/print_options +/lcov/ /libavcodec/*_tablegen /libavcodec/*_tables.c /libavcodec/*_tables.h -- cgit v1.2.3