diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-08-13 06:04:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 06:04:21 (GMT) |
commit | c2b9d9f202e4a99fc0800b7a0f0944ac4c2382e3 (patch) | |
tree | 1e858d56e8f1868ffb64de1ec32aa097778a5c77 | |
parent | 9bedb8c9e60fab4f49ee12b95f8073ee9f577f81 (diff) | |
download | cpython-c2b9d9f202e4a99fc0800b7a0f0944ac4c2382e3.zip cpython-c2b9d9f202e4a99fc0800b7a0f0944ac4c2382e3.tar.gz cpython-c2b9d9f202e4a99fc0800b7a0f0944ac4c2382e3.tar.bz2 |
bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171)
This causes them to be collapsed by default in diffs shown on GitHub.
https://bugs.python.org/issue37760
Automerge-Triggered-By: @benjaminp
(cherry picked from commit 4e3dfcc4b987e683476a1b16456e57d3c9f581cb)
Co-authored-by: Greg Price <gnprice@gmail.com>
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index c9a54fb..bec16a0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 |