changeset 11:0f2f10f1e458

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