commit | 532af16346de1e136ff5894699fd46dc73450675 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Wed Apr 22 23:55:29 2015 +0200 |
committer | Christian Heimes <christian@python.org> | Wed Apr 22 23:55:29 2015 +0200 |
tree | 74b889557b21fb6221b04bb6d78a566f9acd902e | |
parent | 244afcf26cfd32deb6d389c4f1358ae16303affb [diff] | |
parent | 3d2198c85bb9bd6cb7d5b1a1e84f1e54a4bb5cb4 [diff] |
Next attempt: fix .gitignore for Unix and OSX. Sorry RDM!
diff --git a/.gitignore b/.gitignore index fb3dd5b..c16f7cb 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 @@ -67,7 +71,6 @@ platform pybuilddir.txt pyconfig.h -python python-config python-config.py python.bat