mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Make VCSes ignore the compiled shared library file (#12255)
This commit is contained in:
parent
0fb681ea50
commit
2636d77c47
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ Makefile.pre
|
|||
platform
|
||||
pyconfig.h
|
||||
libpython*.a
|
||||
libpython*.so*
|
||||
python.exe
|
||||
python-gdb.py
|
||||
reflog.txt
|
||||
|
|
|
@ -38,6 +38,7 @@ Parser/pgen.stamp$
|
|||
syntax: glob
|
||||
python.exe-gdb.py
|
||||
libpython*.a
|
||||
libpython*.so*
|
||||
*.swp
|
||||
*.o
|
||||
*.pyc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue