diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2022-04-27 10:45:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 10:45:40 (GMT) |
commit | b733708ca32afb5742d921f0b2cad39f4741af50 (patch) | |
tree | d051ea9c1ced05bd86d5716f9ceccf61684c11b1 /.gitattributes | |
parent | 29e2245ad5d28b565fe0d0d667d283708c6e832c (diff) | |
download | cpython-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-- | .gitattributes | 1 |
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 |