summaryrefslogtreecommitdiff
path: root/.hgignore
blob: ecf4ed7bc4b839456d5441b33ce8ada07ebe0149 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
syntax: regexp
^Source/.*\.(user|suo|cache|vs10x)$
^Binaries/.*\.(dll|pdb|exe|manifest|config|smt2|vsix|vsixmanifest|bpl|pkgdef)$
^Source/.*\.(smt2|bpl)$
^.*(bin|obj)/([^/]*/)?(Debug|Release|Checked|Debug All|DEBUG ALL)/.*$
Test/.*/Output
Test/desktop/.*
Test/([^/]*)/([^/]*)\.sx
syntax: glob
*.exe
*.pdb
*.dll
*.tmp
*.tmp.dfy
Source/DafnyExtension/DafnyRuntime.cs