Skip to content

Commit e764f70

Browse files
gnpricelisroach
authored andcommitted
bpo-37760: Mark all generated Unicode data headers as generated. (pythonGH-15171)
This causes them to be collapsed by default in diffs shown on GitHub. https://bugs.python.org/issue37760 Automerge-Triggered-By: @benjaminp
1 parent 6b4f5de commit e764f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Python/Python-ast.c linguist-generated=true
5454
Include/opcode.h linguist-generated=true
5555
Python/opcode_targets.h linguist-generated=true
5656
Objects/typeslots.inc linguist-generated=true
57-
Modules/unicodedata_db.h linguist-generated=true
57+
*_db.h linguist-generated=true
5858
Doc/library/token-list.inc linguist-generated=true
5959
Include/token.h linguist-generated=true
6060
Lib/token.py linguist-generated=true

0 commit comments

Comments
 (0)