[pypy-commit] pypy default: ignore cffi build artifacts on windows

mattip pypy.commits at gmail.com
Sun Oct 15 16:49:57 EDT 2017


Author: Matti Picus <matti.picus at gmail.com>
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$


More information about the pypy-commit mailing list