[pypy-svn] pypy default: Ignore dtoa.o.

arigo commits-noreply at bitbucket.org
Mon Feb 14 13:57:34 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r41900:40368928a1c5
Date: 2011-02-14 13:57 +0100
http://bitbucket.org/pypy/pypy/changeset/40368928a1c5/

Log:	Ignore dtoa.o.

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -16,6 +16,7 @@
 ^pypy/doc/.+\.html$
 ^pypy/doc/basicblock\.asc$
 ^pypy/doc/.+\.svninfo$
+^pypy/translator/c/src/dtoa.o$
 ^pypy/translator/c/src/libffi_msvc/.+\.obj$
 ^pypy/translator/c/src/libffi_msvc/.+\.dll$
 ^pypy/translator/c/src/libffi_msvc/.+\.lib$
@@ -59,4 +60,4 @@
 ^pypy/doc/image/lattice3\.png$
 ^pypy/doc/image/stackless_informal\.png$
 ^pypy/doc/image/parsing_example.+\.png$
-^compiled
\ No newline at end of file
+^compiled


More information about the Pypy-commit mailing list