From: Christian Heimes Date: Wed, 22 Apr 2015 21:54:44 +0000 (+0200) Subject: Next attempt: fix .gitignore for Unix and OSX. Sorry RDM! X-Git-Tag: v3.5.0b1~302^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d2198c85bb9bd6cb7d5b1a1e84f1e54a4bb5cb4;p=thirdparty%2FPython%2Fcpython.git Next attempt: fix .gitignore for Unix and OSX. Sorry RDM! --- diff --git a/.gitignore b/.gitignore index ba9ee85428f6..88094351ed79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Two-trick pony for OSX and other case insensitive file systems: +# Ignore ./python binary on Unix but still look into ./Python/ directory. +/python +!/Python/** *.cover *.o *.orig @@ -58,7 +62,6 @@ libpython*.so* platform pybuilddir.txt pyconfig.h -python python-config python-config.py python.exe