diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-04-13 01:52:44 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-04-13 01:52:44 (GMT) |
commit | 12efbf5e61931eec4c94ac0cf6cbc4e8a62949b8 (patch) | |
tree | bd0fff87c1b9c8e5ef98012920a2a52407b0fc70 | |
parent | 354c7403c52cc7e46a69c5556107745e5ec91720 (diff) | |
download | cpython-12efbf5e61931eec4c94ac0cf6cbc4e8a62949b8.zip cpython-12efbf5e61931eec4c94ac0cf6cbc4e8a62949b8.tar.gz cpython-12efbf5e61931eec4c94ac0cf6cbc4e8a62949b8.tar.bz2 |
Don't gitignore the Python directory on case insensitive file systems.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ libpython*.so* platform pybuilddir.txt pyconfig.h -python +python$ python-config python-config.py python.exe |