summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2011-12-26 22:18:21 +0100
committerGravatar wuestholz <unknown>2011-12-26 22:18:21 +0100
commit38c3d80bbe57fe792c400908b0afacda5d8eecf7 (patch)
tree9d466918ab0bf5d8c15850275f961ad6dcab862f /.hgignore
parent66bf828bf85324052fce705c2f850d73eb989994 (diff)
Dafny: Fixed a bug in the pretty printer.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 1028a0fc..06649311 100644
--- a/.hgignore
+++ b/.hgignore
@@ -11,7 +11,7 @@ syntax: regexp
^Chalice/tests/(examples|permission-model|refinements|general-tests|regressions)/.*\.bpl
Test/([^/]*)/Output
Test/([^/]*)/([^/]*)\.sx
-Test/(dafny0|dafny1|dafny2|VSI-Benchmarks|vacid0|VSComp2010|vstte2012)/(out\.cs|.*\.dll|.*\.pdb|.*\.exe|.*\.tmp)
+Test/(dafny0|dafny1|dafny2|VSI-Benchmarks|vacid0|VSComp2010|vstte2012)/(out\.cs|.*\.dll|.*\.pdb|.*\.exe|.*\.tmp.*)
Test/desktop/
^.*~$
syntax: glob