https://hg.python.org/cpython/rev/49a5d2b0e5c1 changeset: 103421:49a5d2b0e5c1 parent: 103418:cf91a929b81a user: Zachary Ware <zachary.ware at gmail.com> date: Fri Sep 09 11:07:23 2016 -0700 summary: Remove Lib/_sysconfigdata.py from .gitignore files: .gitignore | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,6 @@ Lib/distutils/command/*.pdb Lib/lib2to3/*.pickle Lib/test/data/* -Lib/_sysconfigdata.py Lib/plat-mac/errors.rsrc.df.rsrc Makefile Makefile.pre -- Repository URL: https://hg.python.org/cpython