summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2013-12-13 17:43:35 -0800
committerGravatar Rustan Leino <unknown>2013-12-13 17:43:35 -0800
commit3caf3b4c9932ee60ce93b52cc229db7722f28278 (patch)
tree01c9f8a0971f8e1fd416ee11083cffc758f31899 /.hgignore
parentbec9ceeba29e8513a41a65be5a8fdba8d68333e3 (diff)
Produce "tail recursive" hover text in the IDE only for methods that are recursive
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index ab08971d..a1219ed2 100644
--- a/.hgignore
+++ b/.hgignore
@@ -4,6 +4,7 @@ syntax: regexp
^Source/.*\.(smt2|bpl)$
^.*(bin|obj)/([^/]*/)?(Debug|Release|Checked|Debug All|DEBUG ALL)/.*$
Test/.*/Output
+Test/desktop/.*
Test/([^/]*)/([^/]*)\.sx
syntax: glob
*.exe