Make VCSes ignore the compiled shared library file (#12255)
diff --git a/.bzrignore b/.bzrignore
index e0f0065..2527052 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -13,6 +13,7 @@
 platform
 pyconfig.h
 libpython*.a
+libpython*.so*
 python.exe
 python-gdb.py
 reflog.txt
diff --git a/.hgignore b/.hgignore
index 5df8684..8e51254 100644
--- a/.hgignore
+++ b/.hgignore
@@ -38,6 +38,7 @@
 syntax: glob
 python.exe-gdb.py
 libpython*.a
+libpython*.so*
 *.swp
 *.o
 *.pyc