aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore13
1 files changed, 11 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index 5c913e4c13..3c73d5365c 100644
--- a/.hgignore
+++ b/.hgignore
@@ -5,17 +5,25 @@ syntax: glob
syntax: regexp
^testresult$
^site-packages$
-^pypy/module/cpyext/src/.+\.o$
+^bin$
^pypy/bin/pypy-c
-^pypy/translator/jvm/src/pypy/.+\.class$
+^pypy/module/cpyext/src/.+\.o$
+^pypy/module/cpyext/src/.+\.obj$
^pypy/module/cpyext/test/.+\.errors$
^pypy/module/cpyext/test/.+\.o$
+^pypy/module/cpyext/test/.+\.obj$
+^pypy/module/cpyext/test/.+\.manifest$
^pypy/doc/.+\.html$
^pypy/doc/basicblock\.asc$
^pypy/doc/.+\.svninfo$
+^pypy/translator/c/src/libffi_msvc/.+\.obj$
+^pypy/translator/c/src/libffi_msvc/.+\.dll$
+^pypy/translator/c/src/libffi_msvc/.+\.lib$
+^pypy/translator/c/src/libffi_msvc/.+\.exp$
^pypy/translator/jvm/\.project$
^pypy/translator/jvm/\.classpath$
^pypy/translator/jvm/eclipse-bin$
+^pypy/translator/jvm/src/pypy/.+\.class$
^pypy/translator/benchmark/docutils$
^pypy/translator/benchmark/templess$
^pypy/translator/benchmark/gadfly$
@@ -25,6 +33,7 @@ syntax: regexp
^pypy/translator/goal/pypy-translation-snapshot$
^pypy/translator/goal/pypy-c
^pypy/translator/goal/.+\.exe$
+^pypy/translator/goal/.+\.dll$
^pypy/translator/goal/target.+-c$
^pypy/_cache$
^site-packages/.+\.egg$