summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2023-12-11 14:14:36 (GMT)
committerGitHub <noreply@github.com>2023-12-11 14:14:36 (GMT)
commitc27e9d5d17abf468ea10081e177ba673316b1b98 (patch)
treeaf999d75d154d67791cc2eeffbb6942e9086be55 /.gitattributes
parent97cd45bfdbb6525457ba9d6824386f1e0eea6657 (diff)
downloadcpython-c27e9d5d17abf468ea10081e177ba673316b1b98.zip
cpython-c27e9d5d17abf468ea10081e177ba673316b1b98.tar.gz
cpython-c27e9d5d17abf468ea10081e177ba673316b1b98.tar.bz2
GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index acfd624..22afffb 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -76,6 +76,7 @@ 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/internal/pycore_uop_ids.h generated
Include/opcode.h generated
Include/opcode_ids.h generated
Include/token.h generated