[pypy-svn] pypy default: Also ignore a top-level "bin" directory, which may be

arigo commits-noreply at bitbucket.org
Tue Dec 21 12:46:43 CET 2010


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r40152:6ae8db82e09f
Date: 2010-12-20 19:12 +0100
http://bitbucket.org/pypy/pypy/changeset/6ae8db82e09f/

Log:	Also ignore a top-level "bin" directory, which may be created by
	"pypy setup.py install".

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -5,6 +5,7 @@
 syntax: regexp
 ^testresult$
 ^site-packages$
+^bin$
 ^pypy/module/cpyext/src/.+\.o$
 ^pypy/bin/pypy-c
 ^pypy/translator/jvm/src/pypy/.+\.class$


More information about the Pypy-commit mailing list