diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-04-12 23:14:30 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-04-12 23:14:30 (GMT) |
commit | 6ab6bd8012c9bcb03bb2b06704a2ba9d0eaae590 (patch) | |
tree | 5e902ed48e919452a7dee59e5c4317db06465cf5 | |
parent | 721c86ef367c0e05a73583375aeaf513e6b9dd57 (diff) | |
download | cpython-6ab6bd8012c9bcb03bb2b06704a2ba9d0eaae590.zip cpython-6ab6bd8012c9bcb03bb2b06704a2ba9d0eaae590.tar.gz cpython-6ab6bd8012c9bcb03bb2b06704a2ba9d0eaae590.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
@@ -38,7 +38,7 @@ config.status libpython*.a libpython*.so* pyconfig.h -python +python$ python-gdb.py tags .coverage |