mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Don't gitignore the Python directory on case insensitive file systems.
This commit is contained in:
parent
354c7403c5
commit
12efbf5e61
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue