diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2024-02-16 13:10:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 13:10:21 (GMT) |
commit | b178eae3a676473e1c2287a46b4941fc0bcd193f (patch) | |
tree | 5eb608077fea161d894f57090093787f55abbdb5 /.gitattributes | |
parent | 2a7a0020c9d006d268b839320979364498a5f0e6 (diff) | |
download | cpython-b178eae3a676473e1c2287a46b4941fc0bcd193f.zip cpython-b178eae3a676473e1c2287a46b4941fc0bcd193f.tar.gz cpython-b178eae3a676473e1c2287a46b4941fc0bcd193f.tar.bz2 |
Add `Python/tier2_redundancy_eliminator_cases.c.h` to `.gitattributes` as generated (#115551)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 07d8770..c984797 100644 --- a/.gitattributes +++ b/.gitattributes @@ -94,7 +94,7 @@ Programs/test_frozenmain.h generated Python/Python-ast.c generated Python/executor_cases.c.h generated Python/generated_cases.c.h generated -Python/tier2_redundancy_eliminator_bytecodes.c.h generated +Python/tier2_redundancy_eliminator_cases.c.h generated Python/opcode_targets.h generated Python/stdlib_module_names.h generated Tools/peg_generator/pegen/grammar_parser.py generated |