diff options
author | Matti Picus <matti.picus@gmail.com> | 2017-10-15 19:18:27 +0300 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2017-10-15 19:18:27 +0300 |
commit | 412ef9542c41059bd83c0391033f24d2295de22e (patch) | |
tree | d8b112b3f6cd348e43bf7494e5880c1d8e98ae4c /.hgignore | |
parent | Make these tests import even if 'hypothesis' is not available (diff) | |
download | pypy-412ef9542c41059bd83c0391033f24d2295de22e.tar.gz pypy-412ef9542c41059bd83c0391033f24d2295de22e.tar.bz2 pypy-412ef9542c41059bd83c0391033f24d2295de22e.zip |
ignore cffi build artifacts on windows
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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$ |