Commit 3d2198c8 authored by Christian Heimes's avatar Christian Heimes

Next attempt: fix .gitignore for Unix and OSX. Sorry RDM!

parent 34e00603
# 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 *.cover
*.o *.o
*.orig *.orig
...@@ -58,7 +62,6 @@ libpython*.so* ...@@ -58,7 +62,6 @@ libpython*.so*
platform platform
pybuilddir.txt pybuilddir.txt
pyconfig.h pyconfig.h
python
python-config python-config
python-config.py python-config.py
python.exe python.exe
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment