aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-01-01 11:17:56 +0200
committerMatti Picus <matti.picus@gmail.com>2020-01-01 11:17:56 +0200
commitbfc9546665362acd0aa071f42fcdace9b473854f (patch)
tree2eeac9d91e9594c4366473a9a02b377f410686ed /.hgignore
parentfix issue #3137: rsplit of unicode strings that end with a non-ascii char was... (diff)
downloadpypy-bfc9546665362acd0aa071f42fcdace9b473854f.tar.gz
pypy-bfc9546665362acd0aa071f42fcdace9b473854f.tar.bz2
pypy-bfc9546665362acd0aa071f42fcdace9b473854f.zip
update license for new year, ignor pypy/lib files for portable builds
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 335d6097c6..bf60be5215 100644
--- a/.hgignore
+++ b/.hgignore
@@ -17,8 +17,8 @@ syntax: regexp
^site-packages$
^site-packages/.*$
^site-packages/.*$
-^bin$
^pypy/bin/pypy-c
+^pypy/lib/
^pypy/module/cpyext/src/.+\.o$
^pypy/module/cpyext/src/.+\.obj$
^pypy/module/cpyext/test/.+\.errors$