https://github.com/python/cpython/commit/51523c9c17ed41c7275b2e1a9ac1401c29cf2793
commit: 51523c9c17ed41c7275b2e1a9ac1401c29cf2793
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: sobolevn <[email protected]>
date: 2026-05-03T09:58:09Z
summary:

[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 <[email protected]>

files:
M .gitignore

diff --git a/.gitignore b/.gitignore
index 79d4e4f5de5c10..67043c33d1b6e5 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]

Reply via email to