summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2023-08-04 04:37:23 (GMT)
committerGitHub <noreply@github.com>2023-08-04 04:37:23 (GMT)
commite52e87c349feeee77445205829bfc8db9fe4b80e (patch)
tree53942311c44cfecf7260f465a6fb2ea89dfb8aaf /.gitattributes
parentee78d01a61f44c31b8add2bffe687718d2d34d60 (diff)
downloadcpython-e52e87c349feeee77445205829bfc8db9fe4b80e.zip
cpython-e52e87c349feeee77445205829bfc8db9fe4b80e.tar.gz
cpython-e52e87c349feeee77445205829bfc8db9fe4b80e.tar.bz2
GH-105481: Mark more files as generated (GH-107598)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 5d5558d..1f2f8a4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -72,9 +72,11 @@ Doc/library/token-list.inc generated
Include/internal/pycore_ast.h generated
Include/internal/pycore_ast_state.h generated
Include/internal/pycore_opcode.h generated
+Include/internal/pycore_opcode_metadata.h generated
Include/internal/pycore_*_generated.h generated
Include/opcode.h generated
Include/token.h generated
+Lib/_opcode_metadata.py generated
Lib/keyword.py generated
Lib/test/levenshtein_examples.json generated
Lib/test/test_stable_abi_ctypes.py generated