https://github.com/python/cpython/commit/a04e3f01ceaa3a27d6cd1d083d4f71a78a549c37 commit: a04e3f01ceaa3a27d6cd1d083d4f71a78a549c37 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn <[email protected]> date: 2026-05-03T09:55:48Z summary:
[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 <[email protected]> files: M .gitignore 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
