I'm setting up some experimental builds in TFS2010, and noticed that several patterns I believed were standard practice to ignore are not listed. *.suo;*.gpstate
Bin is in the SO exclude list, but perhaps that's a different context that doesn't apply here?
Then I see Debug;Release
are listed, but not bin (ClientBin which I haven't seen before is).
Is there a good reason I should leave this setting alone and not add bin
to the list of excluded from source?