aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2010-12-28 13:27:54 +0100
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2010-12-28 13:27:54 +0100
commit6f80027ee81ac4ddd04a7fbdd375fdd01d5448e2 (patch)
tree1c5d6e25e8c5cfe72a9bcc3aee4dd1df285fb377 /.hgignore
parentUpdate .hgignore with Windows specific files (diff)
downloadpypy-6f80027ee81ac4ddd04a7fbdd375fdd01d5448e2.tar.gz
pypy-6f80027ee81ac4ddd04a7fbdd375fdd01d5448e2.tar.bz2
pypy-6f80027ee81ac4ddd04a7fbdd375fdd01d5448e2.zip
More .hgignore updates for Windows
Reorder some lines
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.hgignore b/.hgignore
index 2fbb2719e5..64f656fad6 100644
--- a/.hgignore
+++ b/.hgignore
@@ -6,14 +6,13 @@ syntax: regexp
^testresult$
^site-packages$
^bin$
-^pypy/module/cpyext/src/.+\.o$
^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/module/cpyext/src/.+\.obj$
^pypy/doc/.+\.html$
^pypy/doc/basicblock\.asc$
^pypy/doc/.+\.svninfo$
@@ -24,6 +23,7 @@ syntax: regexp
^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$
@@ -33,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$