diff options
author | Christian Heimes <christian@python.org> | 2015-04-22 21:54:44 (GMT) |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2015-04-22 21:54:44 (GMT) |
commit | 3d2198c85bb9bd6cb7d5b1a1e84f1e54a4bb5cb4 (patch) | |
tree | c65eaf61c54f4cfcdbd55f7dcbdf4820c455607d /.gitignore | |
parent | 34e006031aac2c2263cef382c55a2e38b2d1b054 (diff) | |
download | cpython-3d2198c85bb9bd6cb7d5b1a1e84f1e54a4bb5cb4.zip cpython-3d2198c85bb9bd6cb7d5b1a1e84f1e54a4bb5cb4.tar.gz cpython-3d2198c85bb9bd6cb7d5b1a1e84f1e54a4bb5cb4.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 @@ -58,7 +62,6 @@ libpython*.so* platform pybuilddir.txt pyconfig.h -python python-config python-config.py python.exe |