Author: David Schneider <[email protected]> Branch: Changeset: r670:8377b7738f34 Date: 2012-09-02 16:12 +0200 http://bitbucket.org/pypy/buildbot/changeset/8377b7738f34/
Log: update ignores diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -16,6 +16,8 @@ # ignore all the builders dir (which can be both in master/ and in slave/) *-arm-32 +*-armel* +*-armhf* *-benchmark-x86-64 *-freebsd-7-x86-64 *-linux-x86-32 @@ -28,6 +30,7 @@ *-maemo *-maemo-build *-ppc-32 +*-ppc-64 *-win-32 *-win-x86-32 *-win-x86-64 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
