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

This commit is contained in:
Christian Heimes 2015-04-22 23:55:29 +02:00
commit 532af16346
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -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