From 2627daa680048aca14319fbf27cf84149c2a86e2 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 (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 9345fe95cd5e6a..661f7c8ec4b4a6 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