]> granicus.if.org Git - python/commitdiff
pgen lives in Parser, not Programs.
authorZachary Ware <zachary.ware@gmail.com>
Sat, 1 Oct 2016 22:18:03 +0000 (17:18 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Sat, 1 Oct 2016 22:18:03 +0000 (17:18 -0500)
Apparently, I can't read.

.gitignore
.hgignore

index dde654bc98503207d275ddbcc0adcfef803122f2..9606f0f49ea82cb2e25d551aeccee28adabf1cb7 100644 (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/
index 6766bf93d4eb029a62d149be6d8d7772851afa12..68c607f2e8d420c8dfd0748efcd3b3b5447def16 100644 (file)
--- 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/