https://github.com/python/cpython/commit/5f736a0432c2e43de8f35d9a75aa814e4407e637 commit: 5f736a0432c2e43de8f35d9a75aa814e4407e637 branch: main author: Marc Mueller <[email protected]> committer: Fidget-Spinner <[email protected]> date: 2026-01-24T10:19:21Z summary:
gh-142913: Add generated test files to gitattributes (GH-144209) files: M .gitattributes diff --git a/.gitattributes b/.gitattributes index e88d6ea13e2a5e..14c1eced0cfed4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -94,6 +94,8 @@ Lib/test/test_stable_abi_ctypes.py generated Lib/test/test_zoneinfo/data/*.json generated Lib/token.py generated Misc/sbom.spdx.json generated +Modules/_testinternalcapi/test_cases.c.h generated +Modules/_testinternalcapi/test_targets.h generated Objects/typeslots.inc generated PC/python3dll.c generated Parser/parser.c generated _______________________________________________ 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]
