From cef39c177ad1aaea6c9f9cfeafe8ed4b8183e6e6 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 23 May 2022 07:33:21 +0200 Subject: [PATCH] gitignore: add coverage file add the file name coverage.xml to the gitignore patterns the file is a result of a test coverage analysis, not to be committed to the repository --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 61d2cb56d..1a6cee5d1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ dist .vagrant/ *~ .coverage +coverage.xml .idea/ htmlcov/ *.pem