Commit 5c8545bb authored by Éric Araujo's avatar Éric Araujo

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

parent 53516a82
...@@ -14,6 +14,7 @@ platform ...@@ -14,6 +14,7 @@ platform
pybuilddir.txt pybuilddir.txt
pyconfig.h pyconfig.h
libpython*.a libpython*.a
libpython*.so*
python.exe python.exe
python-gdb.py python-gdb.py
reflog.txt reflog.txt
......
...@@ -37,6 +37,7 @@ build/ ...@@ -37,6 +37,7 @@ build/
config.log config.log
config.status config.status
libpython*.a libpython*.a
libpython*.so*
pybuilddir.txt pybuilddir.txt
pyconfig.h pyconfig.h
python python
......
...@@ -39,6 +39,7 @@ Parser/pgen.stamp$ ...@@ -39,6 +39,7 @@ Parser/pgen.stamp$
syntax: glob syntax: glob
libpython*.a libpython*.a
libpython*.so*
*.swp *.swp
*.o *.o
*.pyc *.pyc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment