From: Ivan Maidanski Date: Fri, 13 Jan 2017 17:24:07 +0000 (+0300) Subject: .gitignore: Ignore gcov c/h output files X-Git-Tag: v8.0.0~956 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f0df214cb73c4e74c7486914b016f28e0deef37;p=gc .gitignore: Ignore gcov c/h output files --- diff --git a/.gitignore b/.gitignore index 001f07f4..c827daaa 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