Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 532af16

Browse files
committed
Next attempt: fix .gitignore for Unix and OSX. Sorry RDM!
2 parents 244afcf + 3d2198c commit 532af16

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Two-trick pony for OSX and other case insensitive file systems:
2+
# Ignore ./python binary on Unix but still look into ./Python/ directory.
3+
/python
4+
!/Python/**
15
*.cover
26
*.o
37
*.orig
@@ -67,7 +71,6 @@ libpython*.so*
6771
platform
6872
pybuilddir.txt
6973
pyconfig.h
70-
python
7174
python-config
7275
python-config.py
7376
python.bat

0 commit comments

Comments
 (0)