mirror of https://github.com/python/cpython.git
pgen lives in Parser, not Programs.
Apparently, I can't read.
This commit is contained in:
parent
43a89815f3
commit
c55f573302
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue