From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 3 May 2026 09:55:48 +0000 (+0200) Subject: [3.13] Ignore `/jit_unwind_info*.h` from git (GH-149311) (#149315) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a04e3f01ceaa3a27d6cd1d083d4f71a78a549c37;p=thirdparty%2FPython%2Fcpython.git [3.13] Ignore `/jit_unwind_info*.h` from git (GH-149311) (#149315) 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 9345fe95cd5e..661f7c8ec4b4 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