Don't gitignore the Python directory on case insensitive file systems.
This commit is contained in:
parent
354c7403c5
commit
12efbf5e61
|
@ -58,7 +58,7 @@ libpython*.so*
|
||||||
platform
|
platform
|
||||||
pybuilddir.txt
|
pybuilddir.txt
|
||||||
pyconfig.h
|
pyconfig.h
|
||||||
python
|
python$
|
||||||
python-config
|
python-config
|
||||||
python-config.py
|
python-config.py
|
||||||
python.exe
|
python.exe
|
||||||
|
|
Loading…
Reference in New Issue