From b7b7002855a315f1cb47a45a89b816a173e1b209 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Wed, 8 Sep 2021 07:23:53 +0000 Subject: [PATCH] gitignore: Ignore coverage data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Alexander Egorenkov Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index fcc2cf01..afad0ae1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,10 @@ tags TAGS +# Ignore coverage data +*.gcda +*.gcno + # # Ignore generated executables and other generated files #