diff options
author | Christian Heimes <christian@python.org> | 2015-04-22 21:55:29 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2015-04-22 21:55:29 (GMT) |
commit | 532af16346de1e136ff5894699fd46dc73450675 (patch) | |
tree | 74b889557b21fb6221b04bb6d78a566f9acd902e /.gitignore | |
parent | 244afcf26cfd32deb6d389c4f1358ae16303affb (diff) | |
parent | 3d2198c85bb9bd6cb7d5b1a1e84f1e54a4bb5cb4 (diff) | |
download | cpython-532af16346de1e136ff5894699fd46dc73450675.zip cpython-532af16346de1e136ff5894699fd46dc73450675.tar.gz cpython-532af16346de1e136ff5894699fd46dc73450675.tar.bz2 |
Next attempt: fix .gitignore for Unix and OSX. Sorry RDM!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 @@ -67,7 +71,6 @@ libpython*.so* platform pybuilddir.txt pyconfig.h -python python-config python-config.py python.bat |