https://github.com/python/cpython/commit/db0335887e6acd1e2ef4382a52544b02971f52f0
commit: db0335887e6acd1e2ef4382a52544b02971f52f0
branch: main
author: sobolevn <[email protected]>
committer: sobolevn <[email protected]>
date: 2026-05-03T12:31:53+03:00
summary:

Ignore `/jit_unwind_info*.h` from git (#149311)

files:
M .gitignore

diff --git a/.gitignore b/.gitignore
index 3bf5187d531c23..660a2524144d21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -140,6 +140,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