summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 00000000..bdb60e95
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,13 @@
+syntax: regexp
+^Source/.*\.(user|suo|cache|vs10x)$
+^Binaries/.*\.(dll|pdb|exe|manifest|config|smt2|vsix|vsixmanifest|bpl)$
+^Source/.*\.(smt2|bpl)$
+^.*(bin|obj)/([^/]*/)?(Debug|Release|Checked|Debug All|DEBUG ALL)/.*$
+Test/.*/Output
+Test/([^/]*)/([^/]*)\.sx
+syntax: glob
+*.exe
+*.pdb
+*.dll
+*.tmp
+*.tmp.dfy