summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2011-08-11 18:08:16 +0200
committerGravatar wuestholz <unknown>2011-08-11 18:08:16 +0200
commitf8c4c182902e44befa91cb45f821a8f24d9ec960 (patch)
treea86183ed7538187ddd2cb7b7e664c1b5045fcc83 /.hgignore
parentf7f5305b1dafc53d56fc7201a45ae544c65ed7f1 (diff)
Dafny: Fixed a bug in the printer that led to a stack overflow.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index e6566879..909fc6c1 100644
--- a/.hgignore
+++ b/.hgignore
@@ -10,7 +10,7 @@ syntax: regexp
^Chalice/tests/(examples|permission-model|refinements|general-tests|regressions)/.*\.bpl
Test/([^/]*)/Output
Test/([^/]*)/([^/]*)\.sx
-Test/(dafny0|dafny1|VSI-Benchmarks|vacid0|VSComp2010)/(out\.cs|.*\.dll|.*\.pdb|.*\.exe)
+Test/(dafny0|dafny1|VSI-Benchmarks|vacid0|VSComp2010)/(out\.cs|.*\.dll|.*\.pdb|.*\.exe|.*\.tmp)
Test/desktop/
^.*~$
syntax: glob