From: Éric Araujo Date: Fri, 29 Jul 2011 10:07:04 +0000 (+0200) Subject: Make VCSes ignore the compiled shared library file (#12255) X-Git-Tag: v2.7.3rc1~564^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2636d77c47a1ba92c3ca39dc125067e4ff538635;p=thirdparty%2FPython%2Fcpython.git Make VCSes ignore the compiled shared library file (#12255) --- diff --git a/.bzrignore b/.bzrignore index e0f006555b4f..2527052a1ba3 100644 --- a/.bzrignore +++ b/.bzrignore @@ -13,6 +13,7 @@ Makefile.pre platform pyconfig.h libpython*.a +libpython*.so* python.exe python-gdb.py reflog.txt diff --git a/.hgignore b/.hgignore index 5df8684bcb15..8e5125450415 100644 --- a/.hgignore +++ b/.hgignore @@ -38,6 +38,7 @@ Parser/pgen.stamp$ syntax: glob python.exe-gdb.py libpython*.a +libpython*.so* *.swp *.o *.pyc