From: Éric Araujo Date: Thu, 28 Jul 2011 20:38:44 +0000 (+0200) Subject: Make VCSes ignore the compiled shared library file (#12255) X-Git-Tag: v3.2.2rc1~56^2~1^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c8545bb2cc081dda2b26df48350f22891401d49;p=thirdparty%2FPython%2Fcpython.git Make VCSes ignore the compiled shared library file (#12255) --- diff --git a/.bzrignore b/.bzrignore index e893a7dfcfc0..959a7df6ed28 100644 --- a/.bzrignore +++ b/.bzrignore @@ -14,6 +14,7 @@ platform pybuilddir.txt pyconfig.h libpython*.a +libpython*.so* python.exe python-gdb.py reflog.txt diff --git a/.gitignore b/.gitignore index 63f4314e054e..da0ca02d7c93 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ build/ config.log config.status libpython*.a +libpython*.so* pybuilddir.txt pyconfig.h python diff --git a/.hgignore b/.hgignore index 7136ed1a4b70..f109296b19a9 100644 --- a/.hgignore +++ b/.hgignore @@ -39,6 +39,7 @@ Parser/pgen.stamp$ syntax: glob libpython*.a +libpython*.so* *.swp *.o *.pyc