mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Make VCSes ignore the compiled shared library file (#12255)
This commit is contained in:
parent
53516a82df
commit
5c8545bb2c
@ -14,6 +14,7 @@ platform
|
||||
pybuilddir.txt
|
||||
pyconfig.h
|
||||
libpython*.a
|
||||
libpython*.so*
|
||||
python.exe
|
||||
python-gdb.py
|
||||
reflog.txt
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,6 +37,7 @@ build/
|
||||
config.log
|
||||
config.status
|
||||
libpython*.a
|
||||
libpython*.so*
|
||||
pybuilddir.txt
|
||||
pyconfig.h
|
||||
python
|
||||
|
Loading…
Reference in New Issue
Block a user