From 51523c9c17ed41c7275b2e1a9ac1401c29cf2793 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 3 May 2026 11:58:09 +0200 Subject: [PATCH] [3.14] Ignore `/jit_unwind_info*.h` from git (GH-149311) (#149314) Ignore `/jit_unwind_info*.h` from git (GH-149311) (cherry picked from commit db0335887e6acd1e2ef4382a52544b02971f52f0) Co-authored-by: sobolevn --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 79d4e4f5de5c..67043c33d1b6 100644 --- a/.gitignore +++ b/.gitignore @@ -137,6 +137,7 @@ Tools/unicode/data/ /.ccache /cross-build*/ /jit_stencils*.h +/jit_unwind_info*.h /platform /profile-clean-stamp /profile-run-stamp -- 2.47.3