From d8fbf1f9f405a08a4134cf04dada941b93ba2219 Mon Sep 17 00:00:00 2001 From: Carlos Natalino Date: Mon, 5 Sep 2022 10:31:08 +0200 Subject: [PATCH] Including XML report files to the list of files ignored by git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 71b77da25..86434f04b 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ coverage.xml .pytest_cache/ .benchmarks/ cover/ +*_report.xml # Translations *.mo -- GitLab