From 1af4686ea00fed14f6aca9cd9f2ac594eec6213b Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Fri, 30 Aug 2024 03:48:46 +0800 Subject: [PATCH] ui: fix Incorrect path in .gitignore for test_ui/report (#33403) fix gitignore old-commit-hash: 5bfad234421b3945065000eef82292261588868d --- selfdrive/ui/tests/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/tests/.gitignore b/selfdrive/ui/tests/.gitignore index 06dad47fea..91898ac59a 100644 --- a/selfdrive/ui/tests/.gitignore +++ b/selfdrive/ui/tests/.gitignore @@ -1,3 +1,3 @@ test test_translations -test_ui/report \ No newline at end of file +test_ui/report_1 \ No newline at end of file