Reputation: 6317
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
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