Skip to content

Commit

Permalink
bpo-37760: Mark all generated Unicode data headers as generated. (pyt…
Browse files Browse the repository at this point in the history
…honGH-15171)

This causes them to be collapsed by default in diffs shown on GitHub.




https://bugs.python.org/issue37760



Automerge-Triggered-By: @benjaminp
  • Loading branch information
gnprice authored and miss-islington committed Aug 13, 2019
1 parent ef2af1a commit 4e3dfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Python/Python-ast.c linguist-generated=true
Include/opcode.h linguist-generated=true
Python/opcode_targets.h linguist-generated=true
Objects/typeslots.inc linguist-generated=true
Modules/unicodedata_db.h linguist-generated=true
*_db.h linguist-generated=true
Doc/library/token-list.inc linguist-generated=true
Include/token.h linguist-generated=true
Lib/token.py linguist-generated=true
Expand Down

0 comments on commit 4e3dfcc

Please sign in to comment.