From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 3 May 2026 09:58:09 +0000 (+0200) Subject: [3.14] Ignore `/jit_unwind_info*.h` from git (GH-149311) (#149314) X-Git-Tag: v3.14.5rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51523c9c17ed41c7275b2e1a9ac1401c29cf2793;p=thirdparty%2FPython%2Fcpython.git [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 --- 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