From 84c68ae3a63f4006755f566fd07e1ed22b8af101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 26 Mar 2025 20:47:12 +0100 Subject: [PATCH] CI: ESP32: Ignore qemuoutput.log files --- examples/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/.gitignore b/examples/.gitignore index 1520f46c571..0faa2271a52 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,2 +1,3 @@ /**/*/target !Cargo.lock +/**/qemuoutput.log