diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-04-12 21:53:21 -0400 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-04-12 21:53:21 -0400 |
commit | 20ab6c04bcc35b7a82417132edeb2f81bf4ad3eb (patch) | |
tree | 2f76a98bf9c31e305df636923f7a82324239a795 /.gitignore | |
parent | e6d3abd4524fffaa96a7dae4b861b21dd4d87e22 (diff) | |
parent | 12efbf5e61931eec4c94ac0cf6cbc4e8a62949b8 (diff) | |
download | cpython-git-20ab6c04bcc35b7a82417132edeb2f81bf4ad3eb.tar.gz |
Merge: Don't gitignore the Python directory on case insensitive file systems.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fb3dd5b33b..7c12ce354a 100644 --- a/.gitignore +++ b/.gitignore @@ -67,7 +67,7 @@ libpython*.so* platform pybuilddir.txt pyconfig.h -python +python$ python-config python-config.py python.bat |