From 8302fe92fde45ad03bd7142757a5520407ac8ba9 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Sat, 29 Jun 2024 21:20:33 +0000 Subject: [PATCH] gitignore: Ignore test results from run-tests.sh --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d74bada618..626d54fa62 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ importer_result.json /.venv/ tests/logs/ +TEST*.xml