Mercurial > repos > IBBoard.WarFoundry.GUI.GTK
changeset 120:95a8b3e0efc2
* Add standardised .hgignore for C# projects
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 24 Sep 2011 12:00:27 +0100 |
parents | 3c9b47bf8028 |
children | 3ec818926241 |
files | .hgignore |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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