[pypy-svn] pypy default: Ignore .o files produced by the tests of cpyext.

arigo commits-noreply at bitbucket.org
Sun Dec 19 16:22:34 CET 2010


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r40133:442567de4bec
Date: 2010-12-19 16:22 +0100
http://bitbucket.org/pypy/pypy/changeset/442567de4bec/

Log:	Ignore .o files produced by the tests of cpyext.

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -9,6 +9,7 @@
 ^pypy/bin/pypy-c
 ^pypy/translator/jvm/src/pypy/.+\.class$
 ^pypy/module/cpyext/test/.+\.errors$
+^pypy/module/cpyext/test/.+\.o$
 ^pypy/doc/.+\.html$
 ^pypy/doc/basicblock\.asc$
 ^pypy/doc/.+\.svninfo$


More information about the Pypy-commit mailing list