summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2015-04-22 23:55:29 +0200
committerChristian Heimes <christian@python.org>2015-04-22 23:55:29 +0200
commit532af16346de1e136ff5894699fd46dc73450675 (patch)
tree74b889557b21fb6221b04bb6d78a566f9acd902e /.gitignore
parent244afcf26cfd32deb6d389c4f1358ae16303affb (diff)
parent3d2198c85bb9bd6cb7d5b1a1e84f1e54a4bb5cb4 (diff)
downloadcpython-git-532af16346de1e136ff5894699fd46dc73450675.tar.gz
Next attempt: fix .gitignore for Unix and OSX. Sorry RDM!
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index fb3dd5b33b..c16f7cbe97 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 @@ libpython*.so*
platform
pybuilddir.txt
pyconfig.h
-python
python-config
python-config.py
python.bat