diff options
author | Michal Moskal <michal@moskal.me> | 2011-04-04 16:39:37 -0700 |
---|---|---|
committer | Michal Moskal <michal@moskal.me> | 2011-04-04 16:39:37 -0700 |
commit | 2b09756f836307f75a36c5a982784dc620fda657 (patch) | |
tree | 5e0379c714710fd19da974e55076d25c1dfa89a4 /.hgignore | |
parent | 988738952e291361d7f301a179159ffdbbd5374f (diff) |
Ignore generated files
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 11 |
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
|