summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorKen Jin <kenjin@python.org>2023-08-15 18:04:17 (GMT)
committerGitHub <noreply@github.com>2023-08-15 18:04:17 (GMT)
commite28b0dc86dd1d058788b9e1eaa825cdfc2d97067 (patch)
tree0a1cb8afa1d723ce2dab38c011f75a58014a41ef /.gitattributes
parent34e1917912f05e3ab5c9b1e39f678bd36388499e (diff)
downloadcpython-e28b0dc86dd1d058788b9e1eaa825cdfc2d97067.zip
cpython-e28b0dc86dd1d058788b9e1eaa825cdfc2d97067.tar.gz
cpython-e28b0dc86dd1d058788b9e1eaa825cdfc2d97067.tar.bz2
gh-107557: Setup abstract interpretation (#107847)
Co-authored-by: Guido van Rossum <gvanrossum@users.noreply.github.com> Co-authored-by: Jules <57632293+juliapoo@users.noreply.github.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 4a072bc..317a613 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -90,6 +90,7 @@ 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