[pypy-svn] pypy default: ignore everything inside site-packages, in case we easy_install things directly in the checkout

antocuni commits-noreply at bitbucket.org
Thu Apr 14 12:05:40 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r43339:03d0a08a0c7b
Date: 2011-04-14 12:05 +0200
http://bitbucket.org/pypy/pypy/changeset/03d0a08a0c7b/

Log:	ignore everything inside site-packages, in case we easy_install
	things directly in the checkout

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -5,6 +5,8 @@
 syntax: regexp
 ^testresult$
 ^site-packages$
+^site-packages/.*$
+^site-packages/.*$
 ^bin$
 ^pypy/bin/pypy-c
 ^pypy/module/cpyext/src/.+\.o$
@@ -37,8 +39,6 @@
 ^pypy/translator/goal/.+\.dll$
 ^pypy/translator/goal/target.+-c$
 ^pypy/_cache$
-^site-packages/.+\.egg$
-^site-packages/.+\.pth$
 ^pypy/doc/statistic/.+\.html$
 ^pypy/doc/statistic/.+\.eps$
 ^pypy/doc/statistic/.+\.pdf$


More information about the Pypy-commit mailing list