diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-10-01 22:18:03 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-10-01 22:18:03 (GMT) |
commit | c55f5733022f3d4297a7a4f18090d4129e6b9d8a (patch) | |
tree | 587c5bf16d55faf11244a817601dd2dcea5be58a /.gitignore | |
parent | 43a89815f3b94dccd4d0a24cea4aee93ae7558dd (diff) | |
download | cpython-c55f5733022f3d4297a7a4f18090d4129e6b9d8a.zip cpython-c55f5733022f3d4297a7a4f18090d4129e6b9d8a.tar.gz cpython-c55f5733022f3d4297a7a4f18090d4129e6b9d8a.tar.bz2 |
pgen lives in Parser, not Programs.
Apparently, I can't read.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |