From 9b33a03cb83bb2a25631436cbda8e094d5dccae1 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 13 Jan 2017 20:31:12 +0300 Subject: [PATCH] .gitignore: Ignore gcov c/h output files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3d3407d..960009f 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,8 @@ Makefile /tests/test*.trs # Code analysis tools: +*.c.gcov +*.h.gcov /.sv*-dir /cov-int /pvs-project.log -- 2.40.0