summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>2022-04-27 10:45:40 (GMT)
committerGitHub <noreply@github.com>2022-04-27 10:45:40 (GMT)
commitb733708ca32afb5742d921f0b2cad39f4741af50 (patch)
treed051ea9c1ced05bd86d5716f9ceccf61684c11b1 /.gitattributes
parent29e2245ad5d28b565fe0d0d667d283708c6e832c (diff)
downloadcpython-b733708ca32afb5742d921f0b2cad39f4741af50.zip
cpython-b733708ca32afb5742d921f0b2cad39f4741af50.tar.gz
cpython-b733708ca32afb5742d921f0b2cad39f4741af50.tar.bz2
gh-91719: Mark pycore_opcode.h as generated in .gitattributes (#91976)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index d956a45..6da587a 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -68,6 +68,7 @@ Doc/data/stable_abi.dat generated
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/opcode.h generated
Include/token.h generated
Lib/keyword.py generated