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

Skip to content

Commit 3d2198c

Browse files
committed
Next attempt: fix .gitignore for Unix and OSX. Sorry RDM!
1 parent 34e0060 commit 3d2198c

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
@@ -58,7 +62,6 @@ libpython*.so*
5862
platform
5963
pybuilddir.txt
6064
pyconfig.h
61-
python
6265
python-config
6366
python-config.py
6467
python.exe

0 commit comments

Comments
 (0)