changeset 44:981a375ebbd5

* Add standardised .hgignore for C# projects
author IBBoard <dev@ibboard.co.uk>
date Sat, 24 Sep 2011 11:59:24 +0100
parents e89129edb222
children 7502653a71a0
files .hgignore
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sat Sep 24 11:59:24 2011 +0100
@@ -0,0 +1,7 @@
+bin/
+obj/
+test-results/
+.*\.pidb
+.*\.suo
+.*\.userprefs
+.*\.csproj\.user
\ No newline at end of file