mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Make VCSes ignore the compiled shared library file (#12255)
This commit is contained in:
parent
53516a82df
commit
5c8545bb2c
3 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ Parser/pgen.stamp$
|
|||
|
||||
syntax: glob
|
||||
libpython*.a
|
||||
libpython*.so*
|
||||
*.swp
|
||||
*.o
|
||||
*.pyc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue