From: Ivan Maidanski Date: Fri, 13 Jan 2017 17:24:07 +0000 (+0300) Subject: .gitignore: Ignore gcov c/h output files X-Git-Tag: v7.4.6~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d1a5ccdabf4b1967553ea37425f9981f735883b;p=gc .gitignore: Ignore gcov c/h output files --- diff --git a/.gitignore b/.gitignore index ba6871fa..fe9d28c9 100644 --- a/.gitignore +++ b/.gitignore @@ -141,6 +141,9 @@ stamp-h1 *.vcproj.*.user # Code analysis tools: +*.c.gcov +*.cc.gcov +*.h.gcov /.sv*-dir /cov-int /pvs-project.log