From 96243c807927fc24921587f144ab7a669023075a Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sun, 3 May 2026 10:27:49 +0300 Subject: [PATCH] Ignore `/jit_unwind_info*.h` from git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3bf5187d531c23..660a2524144d21 100644 --- a/.gitignore +++ b/.gitignore @@ -140,6 +140,7 @@ Tools/unicode/data/ /.ccache /cross-build*/ /jit_stencils*.h +/jit_unwind_info*.h /platform /profile-clean-stamp /profile-run-stamp