pgen lives in Parser, not Programs.

Apparently, I can't read.
This commit is contained in:
Zachary Ware 2016-10-01 17:18:03 -05:00
parent 43a89815f3
commit c55f573302
2 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View file

@ -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/

View file

@ -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/