From 29df178636fdca4fd230c035c01579e8423c155d Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 6 May 2024 01:28:27 +0900 Subject: [PATCH] Ignore temp file created by coverage add an additional .gitignore entry to ignore the temporary file created by coverage. Change-Id: I4294df1b4af782b9b63a6c831a8f493babbac7f5 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 479b689597..5116240e03 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ build-stamp ChangeLog cover/ .coverage +.coverage.* covhtml/ dist/ doc/build