From 4e3dfcc4b987e683476a1b16456e57d3c9f581cb Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 12 Aug 2019 22:23:41 -0700 Subject: [PATCH] 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 --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c9a54fbd472..bec16a08152 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