Next attempt: fix .gitignore for Unix and OSX. Sorry RDM!
This commit is contained in:
parent
34e006031a
commit
3d2198c85b
|
@ -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
|
*.cover
|
||||||
*.o
|
*.o
|
||||||
*.orig
|
*.orig
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue