Author: bivab Branch: Changeset: r647:56c27788c4ad Date: 2012-07-06 13:46 +0200 http://bitbucket.org/pypy/buildbot/changeset/56c27788c4ad/
Log: more ignores diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -12,15 +12,22 @@ twistd.pid twistd.log* httpd.log* +http.log* # ignore all the builders dir (which can be both in master/ and in slave/) +*-arm-32 +*-benchmark-x86-64 +*-freebsd-7-x86-64 *-linux-x86-32 *-linux-x86-32vm *-linux-x86-64 +*-linux-x86-64-2 +*-linux-x86-642 *-macosx-x86-32 *-macosx-x86-64 -*-win-x86-32 -*-win-32 -*-freebsd-7-x86-64 *-maemo *-maemo-build +*-ppc-32 +*-win-32 +*-win-x86-32 +*-win-x86-64 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
