]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mark all clinic headers as generated (GH-30679)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 19 Jan 2022 16:54:45 +0000 (17:54 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 16:54:45 +0000 (08:54 -0800)
.gitattributes

index 3363ea8e4e74444038de6a0c2cca6e44e5894e51..05b0420714e1bf65ffa508c04a24ea6ef57b86ff 100644 (file)
@@ -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