[pypy-commit] pypy default: Add lib_pypy/_libmpdec/ to default's .hgignore as well.

mjacob pypy.commits at gmail.com
Mon Feb 1 05:52:06 EST 2016


Author: Manuel Jacob <me at manueljacob.de>
Branch: 
Changeset: r82028:22349fa2fc33
Date: 2016-02-01 11:51 +0100
http://bitbucket.org/pypy/pypy/changeset/22349fa2fc33/

Log:	Add lib_pypy/_libmpdec/ to default's .hgignore as well.

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -75,6 +75,7 @@
 ^lib_pypy/__pycache__$
 ^lib_pypy/ctypes_config_cache/_.+_cache\.py$
 ^lib_pypy/ctypes_config_cache/_.+_.+_\.py$
+^lib_pypy/_libmpdec/.+.o$
 ^rpython/translator/cli/query-descriptions$
 ^pypy/doc/discussion/.+\.html$
 ^include/.+\.h$


More information about the pypy-commit mailing list