From 0a44b48e216067212f578f94a4a082455c461b67 Mon Sep 17 00:00:00 2001 From: David <49467229+TheSecurityDev@users.noreply.github.com> Date: Wed, 5 Nov 2025 13:35:56 -0500 Subject: [PATCH] gitignore: add raylib test UI screenshots report path (#36570) ui: update .gitignore to include raylib_report --- selfdrive/ui/tests/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selfdrive/ui/tests/.gitignore b/selfdrive/ui/tests/.gitignore index 91898ac59a..d926a7ae86 100644 --- a/selfdrive/ui/tests/.gitignore +++ b/selfdrive/ui/tests/.gitignore @@ -1,3 +1,4 @@ test test_translations -test_ui/report_1 \ No newline at end of file +test_ui/report_1 +test_ui/raylib_report