Author: Matti Picus <[email protected]> Branch: Changeset: r92770:f995cc10eaaf Date: 2017-10-15 19:18 +0300 http://bitbucket.org/pypy/pypy/changeset/f995cc10eaaf/
Log: ignore cffi build artifacts on windows diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -71,6 +71,8 @@ ^lib_pypy/.+.c$ ^lib_pypy/.+.o$ ^lib_pypy/.+.so$ +^lib_pypy/.+.pyd$ +^lib_pypy/Release/ ^pypy/doc/discussion/.+\.html$ ^include/.+\.h$ ^include/.+\.inl$ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
