aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cuni <anto.cuni@gmail.com>2020-09-22 10:35:52 +0200
committerAntonio Cuni <anto.cuni@gmail.com>2020-09-22 10:35:52 +0200
commit9c301707ce56ad99c8e65bf99f2ced0734775106 (patch)
tree4fecc2fa722d90320e2decc6931ce13db1b10b1e /.hgignore
parentlzma is not available via http, only https (diff)
downloadpypy-9c301707ce56ad99c8e65bf99f2ced0734775106.tar.gz
pypy-9c301707ce56ad99c8e65bf99f2ced0734775106.tar.bz2
pypy-9c301707ce56ad99c8e65bf99f2ced0734775106.zip
remove duplicate entry and ignore the content of the bin/ directory (which is useful if you ./pypy -m pip install stuff inside your working copy
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index cffefe417d..2eb6c1f12a 100644
--- a/.hgignore
+++ b/.hgignore
@@ -16,7 +16,7 @@ syntax: regexp
^testresult$
^site-packages$
^site-packages/.*$
-^site-packages/.*$
+^bin/
^pypy/bin/pypy-c
^pypy/lib/
^pypy/module/cpyext/src/.+\.o$