From: Erlend Egeberg Aasland Date: Wed, 19 Jan 2022 16:54:45 +0000 (+0100) Subject: Mark all clinic headers as generated (GH-30679) X-Git-Tag: v3.11.0a5~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71734d0b9ca584bcbdcb2fb44ae16bb2fbfcaf6e;p=thirdparty%2FPython%2Fcpython.git Mark all clinic headers as generated (GH-30679) --- diff --git a/.gitattributes b/.gitattributes index 3363ea8e4e74..05b0420714e1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -41,11 +41,8 @@ PCbuild/readme.txt text eol=crlf PC/readme.txt text eol=crlf # Generated files -# https://github.com/github/linguist#generated-code -Modules/clinic/*.h linguist-generated=true -Objects/clinic/*.h linguist-generated=true -PC/clinic/*.h linguist-generated=true -Python/clinic/*.h linguist-generated=true +# https://github.com/github/linguist/blob/master/docs/overrides.md +**/clinic/*.h linguist-generated=true Python/deepfreeze/*.c linguist-generated=true Python/frozen_modules/*.h linguist-generated=true Python/frozen_modules/MANIFEST linguist-generated=true