Make VCSes ignore the compiled shared library file (#12255)
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