From 7f769144222ba2724379bb126fad2e063e4333bd Mon Sep 17 00:00:00 2001 From: David Gibson Date: Wed, 6 Apr 2022 12:14:10 +1000 Subject: [PATCH] runtime: Add coverage.txt.tmp to gitignore In addition to coverage.txt, the go-test.sh script creates coverage.txt.tmp files while running. These are temporary and certainly shouldn't be committed, so add them to the gitignore file. Signed-off-by: David Gibson --- src/runtime/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/.gitignore b/src/runtime/.gitignore index ffbf8a755..0cc78193a 100644 --- a/src/runtime/.gitignore +++ b/src/runtime/.gitignore @@ -2,6 +2,7 @@ *.patch *.swp coverage.txt +coverage.txt.tmp coverage.html .git-commit .git-commit.tmp