https://hg.python.org/cpython/rev/3919a69d7a20 changeset: 95564:3919a69d7a20 parent: 95562:d74ede4bbf81 parent: 95563:89eb5d9f7541 user: R David Murray <rdmurray at bitdance.com> date: Sun Apr 12 21:53:21 2015 -0400 summary: Merge: Don't gitignore the Python directory on case insensitive file systems. files: .gitignore | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -67,7 +67,7 @@ platform pybuilddir.txt pyconfig.h -python +python$ python-config python-config.py python.bat -- Repository URL: https://hg.python.org/cpython