changeset 36:150e2b080a3f

* Add standardised .hgignore for C# projects
author IBBoard <dev@ibboard.co.uk>
date Sat, 24 Sep 2011 11:58:12 +0100
parents 6624cf5822f7
children c7645414cb3e
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:58:12 2011 +0100
@@ -0,0 +1,7 @@
+bin/
+obj/
+test-results/
+.*\.pidb
+.*\.suo
+.*\.userprefs
+.*\.csproj\.user
\ No newline at end of file