Skip to content

Commit

Permalink
Next attempt: fix .gitignore for Unix and OSX. Sorry RDM!
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran committed Apr 22, 2015
2 parents 244afcf + 3d2198c commit 532af16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -67,7 +71,6 @@ libpython*.so*
platform
pybuilddir.txt
pyconfig.h
python
python-config
python-config.py
python.bat
Expand Down

0 comments on commit 532af16

Please sign in to comment.