From 1923ab6a96b33f48b3736d353e9a64487714a6fb Mon Sep 17 00:00:00 2001 From: Roman Mohr Date: Mon, 25 Jun 2018 16:33:43 +0200 Subject: [PATCH] Ignore testcoverage file Make sure that the golang testcoverage file is ignored if it exists, to not lead to marking builds as "dirty". --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c5c684f0e146..78f6a1d30f89 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ vendor/**/*_test.go **/polarion.xml tools/manifest-templator/manifest-templator tools/vms-generator/vms-generator +.coverprofile