From 511afe138150ddfcdc752d8e9f5884ac57c0e4e2 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 7 Mar 2025 13:41:22 -0500 Subject: [PATCH] chore: add pytest-report.xml to gitignore (#1473) # What does this PR do? Ignores `pytest-report.xml`. The file is produced by the unit tests github workflow. [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan Not needed. [//]: # (## Documentation) Signed-off-by: Ihar Hrachyshka --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f54d1563d..163b65947 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ _build docs/src pyrightconfig.json venv/ +pytest-report.xml