summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2023-08-11 16:42:01 (GMT)
committerGitHub <noreply@github.com>2023-08-11 16:42:01 (GMT)
commitcaa41a4f1db0112690cf610bab7d9c6dce9ff1ce (patch)
tree43d745b50aede9468e8e9bc2d281e99cba54a1d6 /.gitattributes
parent52e0797f8e1c631eecf24cb3f997ace336f52271 (diff)
downloadcpython-caa41a4f1db0112690cf610bab7d9c6dce9ff1ce.zip
cpython-caa41a4f1db0112690cf610bab7d9c6dce9ff1ce.tar.gz
cpython-caa41a4f1db0112690cf610bab7d9c6dce9ff1ce.tar.bz2
gh-105481: split opcode_ids.h out of opcode.h so that it can be generated separately (#107866)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 1f2f8a4..4a072bc 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -75,6 +75,7 @@ Include/internal/pycore_opcode.h generated
Include/internal/pycore_opcode_metadata.h generated
Include/internal/pycore_*_generated.h generated
Include/opcode.h generated
+Include/opcode_ids.h generated
Include/token.h generated
Lib/_opcode_metadata.py generated
Lib/keyword.py generated