From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 24 Jan 2026 10:19:21 +0000 (+0100) Subject: gh-142913: Add generated test files to gitattributes (GH-144209) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f736a0432c2e43de8f35d9a75aa814e4407e637;p=thirdparty%2FPython%2Fcpython.git gh-142913: Add generated test files to gitattributes (GH-144209) --- diff --git a/.gitattributes b/.gitattributes index e88d6ea13e2a..14c1eced0cfe 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