The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,860 other subscribers

TFS 2008 Folder Comparison Filter for both C# and Delphi projects

Posted by jpluimers on 2009/05/25

When using TFS (Team Foundation System) 2008 as a Version Control / Source Code Management system not only for your C#, but also for Delphi projects, this is a good filter string when using the ‘Compare Folders‘ function of TFS:

!*.pdb;!*.obj;!*.dll;!*.exe;!*.res;!*.resources;!*.cache;!*.ilk;!*.ncb;!obj\;!objd\;!bin\;!lib\;!*.local;!*.identcache;!*.dcu;!__history\;!*.dsk;!*.~*;!*.stat;!*.drc

This is the regular Folder Comparison Filter – the bold above is the addition and the link contains an explanation of the filter syntax:

!*.pdb;!*.obj;!*.dll;!*.exe;!*.res;!*.resources;!*.cache;!*.ilk;!*.ncb;!obj\;!objd\;!bin\

Hope this helps some of you in reducing the amount of clutter in the resulting comparisons :-)

–jeroen

3 Responses to “TFS 2008 Folder Comparison Filter for both C# and Delphi projects”

  1. […] sourcecode…brad on C#/.NET – GetExecutableP…yet another update t… on TFS 2008 Folder Comparison Fil…Posting source code … on Including formatted […]

  2. […] Posted by jpluimers on 2009/07/09 Here is another update for the TFS 2008 Folder Comparison Filter for both C# and Delphi projects: […]

  3. […] TFS 2008 Folder Comparison Filter for both C# and Delphi projects […]

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.