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

Ignore `.jit-stamp` generated file (#149401)

files:
M .gitignore

diff --git a/.gitignore b/.gitignore
index 660a2524144d21..118eb5ee76e805 100644
--- a/.gitignore
+++ b/.gitignore
@@ -141,6 +141,7 @@ Tools/unicode/data/
 /cross-build*/
 /jit_stencils*.h
 /jit_unwind_info*.h
+.jit-stamp
 /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