Assaf Stone
Assaf Stone

Reputation: 6317

How can I filter the file types I check in to TFS 2010 with Eclipse and TFS Everywhere?

I'm using TFS for java with eclipse (running TFS Everywhere). He wants to set a filter so that files and folders beginning with '.' won't get checked in. How do I set it? Is that a server or client side filter? Do I set it in Eclipse, or in Team Explorer?

Upvotes: 0

Views: 624

Answers (1)

Edward Thomson
Edward Thomson

Reputation: 78773

You can filter the types of files that are ignored by the TFS plug-in for Eclipse using the Team Project ignore functionality of the plug-in, which is exposed by .tpignore files.

If you're using the SP1 of the TFS plug-in for Eclipse (and we'd recommend upgrading, if you haven't) then you can simply right-click on the folder and select Team > Ignore.

Upvotes: 2

Related Questions