From 08e8691dad79b427837125b54f017f8000790faf Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Thu, 20 Aug 2026 15:09:37 +0000 Subject: [PATCH] fix: allow trybuild compile-fail expected-output stderr files to be tracked --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c6ff68d..304f55d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ rust-agentic-task.md tasks/artifacts/* *.stderr +!*/tests/compile_fail/*.stderr # trybuild compile-fail expected outputs are tracked with the tests verify/ reviews/