From: Zachary Ware Date: Sat, 1 Oct 2016 22:18:03 +0000 (-0500) Subject: pgen lives in Parser, not Programs. X-Git-Tag: v3.7.0a1~2335 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c55f5733022f3d4297a7a4f18090d4129e6b9d8a;p=thirdparty%2FPython%2Fcpython.git pgen lives in Parser, not Programs. Apparently, I can't read. --- diff --git a/.gitignore b/.gitignore index dde654bc9850..9606f0f49ea8 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,6 @@ Programs/_freeze_importlib Programs/_freeze_importlib.exe Programs/_testembed Programs/_testembed.exe -Programs/pgen.exe PC/python_nt*.h PC/pythonnt_rc*.h PC/*/*.exe @@ -60,6 +59,7 @@ PCbuild/obj/ PCBuild/win32/ .purify Parser/pgen +Parser/pgen.exe __pycache__ autom4te.cache build/ diff --git a/.hgignore b/.hgignore index 6766bf93d4eb..68c607f2e8d4 100644 --- a/.hgignore +++ b/.hgignore @@ -33,7 +33,6 @@ Modules/Setup.config Modules/Setup.local Modules/config.c Modules/ld_so_aix$ -Parser/pgen$ ^lcov-report/ ^core ^python-gdb.py @@ -88,9 +87,9 @@ Tools/unicode/build/ Tools/unicode/MAPPINGS/ BuildLog.htm __pycache__ +Parser/pgen{,.exe} Programs/_freeze_importlib{,.exe} Programs/_testembed{,.exe} -Programs/pgen.exe .coverage coverage/ externals/