aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2017-10-15 19:18:27 +0300
committerMatti Picus <matti.picus@gmail.com>2017-10-15 19:18:27 +0300
commit412ef9542c41059bd83c0391033f24d2295de22e (patch)
treed8b112b3f6cd348e43bf7494e5880c1d8e98ae4c /.hgignore
parentMake these tests import even if 'hypothesis' is not available (diff)
downloadpypy-412ef9542c41059bd83c0391033f24d2295de22e.tar.gz
pypy-412ef9542c41059bd83c0391033f24d2295de22e.tar.bz2
pypy-412ef9542c41059bd83c0391033f24d2295de22e.zip
ignore cffi build artifacts on windows
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index d6be252f76..2f5eafd989 100644
--- a/.hgignore
+++ b/.hgignore
@@ -71,6 +71,8 @@ syntax: regexp
^lib_pypy/.+.c$
^lib_pypy/.+.o$
^lib_pypy/.+.so$
+^lib_pypy/.+.pyd$
+^lib_pypy/Release/
^pypy/doc/discussion/.+\.html$
^include/.+\.h$
^include/.+\.inl$