diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-04-12 21:52:44 -0400 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-04-12 21:52:44 -0400 |
commit | 12efbf5e61931eec4c94ac0cf6cbc4e8a62949b8 (patch) | |
tree | bd0fff87c1b9c8e5ef98012920a2a52407b0fc70 /.gitignore | |
parent | #17380: Document tp_init return value in extending docs. (diff) | |
download | cpython-12efbf5e61931eec4c94ac0cf6cbc4e8a62949b8.tar.gz cpython-12efbf5e61931eec4c94ac0cf6cbc4e8a62949b8.tar.bz2 cpython-12efbf5e61931eec4c94ac0cf6cbc4e8a62949b8.zip |
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 ba9ee85428f..3fe32593dbf 100644 --- a/.gitignore +++ b/.gitignore @@ -58,7 +58,7 @@ libpython*.so* platform pybuilddir.txt pyconfig.h -python +python$ python-config python-config.py python.exe |