From 68ab155cfef4dd07587ffe61437db16080dfd730 Mon Sep 17 00:00:00 2001 From: Joe Savona Date: Mon, 12 May 2025 11:56:25 -0700 Subject: [PATCH] [compiler] allow local fixtures to be excluded from git w "nocommit" prefix [ghstack-poisoned] --- compiler/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/.gitignore b/compiler/.gitignore index d41f59333aa..1f35fa334a6 100644 --- a/compiler/.gitignore +++ b/compiler/.gitignore @@ -6,6 +6,9 @@ debug/ target/ +nocommit*.js +nocommit*.expect.md + # These are backup files generated by rustfmt **/*.rs.bk