From: Erlend Egeberg Aasland Date: Thu, 20 Jan 2022 21:07:19 +0000 (+0100) Subject: [3.9] Mark all clinic headers as generated (GH-30679). (GH-30728) X-Git-Tag: v3.9.11~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8e71c481a4ac05f35b423d661b38e67d035912a;p=thirdparty%2FPython%2Fcpython.git [3.9] Mark all clinic headers as generated (GH-30679). (GH-30728) (cherry picked from commit 71734d0b9ca584bcbdcb2fb44ae16bb2fbfcaf6e) Co-authored-by: Erlend Egeberg Aasland --- diff --git a/.gitattributes b/.gitattributes index bec16a08152e..f73a2e6d9082 100644 --- a/.gitattributes +++ b/.gitattributes @@ -40,13 +40,10 @@ PCbuild/readme.txt text eol=crlf PC/readme.txt text eol=crlf # Generated files -# https://github.com/github/linguist#generated-code +# https://github.com/github/linguist/blob/master/docs/overrides.md Include/graminit.h linguist-generated=true Python/graminit.h linguist-generated=true -Modules/clinic/*.h linguist-generated=true -Objects/clinic/*.h linguist-generated=true -PC/clinic/*.h linguist-generated=true -Python/clinic/*.h linguist-generated=true +**/clinic/*.h linguist-generated=true Python/importlib.h linguist-generated=true Python/importlib_external.h linguist-generated=true Include/Python-ast.h linguist-generated=true