From db0335887e6acd1e2ef4382a52544b02971f52f0 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sun, 3 May 2026 12:31:53 +0300 Subject: [PATCH] Ignore `/jit_unwind_info*.h` from git (#149311) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3bf5187d531c..660a2524144d 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 -- 2.47.3