# HG changeset patch # User IBBoard # Date 1316862027 -3600 # Node ID 95a8b3e0efc2ff680b40b961e5848620dbd8347a # Parent 3c9b47bf80281b4880cf81b068ff7b548a5dbf12 * Add standardised .hgignore for C# projects diff -r 3c9b47bf8028 -r 95a8b3e0efc2 .hgignore --- a/.hgignore Tue Aug 30 20:54:21 2011 +0100 +++ b/.hgignore Sat Sep 24 12:00:27 2011 +0100 @@ -1,3 +1,7 @@ -bin/* -IBBoard.WarFoundry.GUI.GTK.pidb -IBBoard.WarFoundry.GUI.GTK.userprefs \ No newline at end of file +bin/ +obj/ +test-results/ +.*\.pidb +.*\.suo +.*\.userprefs +.*\.csproj\.user \ No newline at end of file