Make VCSes ignore the compiled shared library file (#12255)

This commit is contained in:
Éric Araujo 2011-07-28 22:38:44 +02:00
parent 53516a82df
commit 5c8545bb2c
3 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt

1
.gitignore vendored
View File

@ -37,6 +37,7 @@ build/
config.log
config.status
libpython*.a
libpython*.so*
pybuilddir.txt
pyconfig.h
python

View File

@ -39,6 +39,7 @@ Parser/pgen.stamp$
syntax: glob
libpython*.a
libpython*.so*
*.swp
*.o
*.pyc