From: R David Murray Date: Sun, 12 Apr 2015 23:14:30 +0000 (-0400) Subject: Don't gitignore the Python directory on case insensitive file systems. X-Git-Tag: v2.7.10rc1~49^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ab6bd8012c9bcb03bb2b06704a2ba9d0eaae590;p=thirdparty%2FPython%2Fcpython.git Don't gitignore the Python directory on case insensitive file systems. --- diff --git a/.gitignore b/.gitignore index 7e06d3afac5f..af56278bad17 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,7 @@ config.status libpython*.a libpython*.so* pyconfig.h -python +python$ python-gdb.py tags .coverage