summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorGravatar Michal Moskal <michal@moskal.me>2011-04-04 16:39:37 -0700
committerGravatar Michal Moskal <michal@moskal.me>2011-04-04 16:39:37 -0700
commit2b09756f836307f75a36c5a982784dc620fda657 (patch)
tree5e0379c714710fd19da974e55076d25c1dfa89a4 /.hgignore
parent988738952e291361d7f301a179159ffdbbd5374f (diff)
Ignore generated files
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 00000000..1db86c27
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,11 @@
+syntax: regexp
+^Source/t$
+^Source/_ReSharper\.Boogie$
+^(Source|BCT)/.*\.(user|suo|cache)$
+^Binaries/.*\.(dll|pdb|exe|manifest|config)$
+^.*(bin|obj)/([^/]*/)?(Debug|Release)/.*$
+^Binaries/BytecodeTranslator$
+^BCT/Binaries/.*$
+Test/([^/]*)/Output
+Test/([^/]*)/([^/]*)\.sx
+Test/VSComp2010/out\.cs