From b3741af045870048e7aa4786aed9ab8987199741 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Sun, 3 Jan 2021 14:11:52 +0100 Subject: [PATCH] gitignore: add coverage report outputs --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a821bf6..4aaf8ba 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,7 @@ __pycache__/ /deb_dist /debian/stcgal* /debian/files -/.vscode \ No newline at end of file +/.vscode +.coverage +coverage.xml +htmlcov/ \ No newline at end of file