Skip to content

Commit 876ade1

Browse files
author
Erlend Egeberg Aasland
authored
[3.10] Mark all clinic headers as generated (GH-30679). (GH-30726)
(cherry picked from commit 71734d0) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
1 parent 1fb1f5d commit 876ade1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.gitattributes

+2-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ PCbuild/readme.txt text eol=crlf
4040
PC/readme.txt text eol=crlf
4141

4242
# Generated files
43-
# https://github.com/github/linguist#generated-code
44-
Modules/clinic/*.h linguist-generated=true
45-
Objects/clinic/*.h linguist-generated=true
46-
PC/clinic/*.h linguist-generated=true
47-
Python/clinic/*.h linguist-generated=true
43+
# https://github.com/github/linguist/blob/master/docs/overrides.md
44+
**/clinic/*.h linguist-generated=true
4845
Python/importlib.h linguist-generated=true
4946
Python/importlib_external.h linguist-generated=true
5047
Include/internal/pycore_ast.h linguist-generated=true

0 commit comments

Comments
 (0)