]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make VCSes ignore the compiled shared library file (#12255)
authorÉric Araujo <merwok@netwok.org>
Fri, 29 Jul 2011 10:07:04 +0000 (12:07 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 29 Jul 2011 10:07:04 +0000 (12:07 +0200)
.bzrignore
.hgignore

index e0f006555b4fce21e106af6de12a5d2fb4dbacac..2527052a1ba3a0326bad439a762ece05cb5ebb3e 100644 (file)
@@ -13,6 +13,7 @@ Makefile.pre
 platform
 pyconfig.h
 libpython*.a
+libpython*.so*
 python.exe
 python-gdb.py
 reflog.txt
index 5df8684bcb15212f9c24417ef571a91ce3af0992..8e512545041592e29287af676abc677ba028934f 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -38,6 +38,7 @@ Parser/pgen.stamp$
 syntax: glob
 python.exe-gdb.py
 libpython*.a
+libpython*.so*
 *.swp
 *.o
 *.pyc