Author: Dan Villiom Podlaski Christiansen <d...@magenta.dk> Branch: py3.5 Changeset: r91091:48a6e79c2d32 Date: 2017-04-18 23:04 +0200 http://bitbucket.org/pypy/pypy/changeset/48a6e79c2d32/
Log: hgignore: ignore pypy3-c everywhere and libpypy on OS X diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -53,9 +53,11 @@ ^rpython/translator/goal/.+\.dll$ ^pypy/goal/pypy-translation-snapshot$ ^pypy/goal/pypy-c +^pypy/goal/pypy3-c ^pypy/goal/.+\.exe$ ^pypy/goal/.+\.dll$ ^pypy/goal/.+\.lib$ +^pypy/goal/.+\.dylib$ ^pypy/_cache$ ^lib-python/2.7/lib2to3/.+\.pickle$ ^lib_pypy/__pycache__$ _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit