diff options
author | Mark Shannon <mark@hotpy.org> | 2023-12-21 12:46:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 12:46:28 (GMT) |
commit | 723f4d66982e4d2c54f8e874d6084ab7b2ff5833 (patch) | |
tree | ad23ec3de46304048a9ea1aa757ccb2196007425 /.gitattributes | |
parent | fae096cd4b7025f91473546ca6a243c86374dd6a (diff) | |
download | cpython-723f4d66982e4d2c54f8e874d6084ab7b2ff5833.zip cpython-723f4d66982e4d2c54f8e874d6084ab7b2ff5833.tar.gz cpython-723f4d66982e4d2c54f8e874d6084ab7b2ff5833.tar.bz2 |
GH-111485: Delete the old generator code. (GH-113321)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 22afffb..2a48df0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -94,7 +94,6 @@ Programs/test_frozenmain.h generated Python/Python-ast.c generated Python/executor_cases.c.h generated Python/generated_cases.c.h generated -Python/abstract_interp_cases.c.h generated Python/opcode_targets.h generated Python/stdlib_module_names.h generated Tools/peg_generator/pegen/grammar_parser.py generated |