Difference between Ignore List and Platform Ignores
Hi,
When I'm in the Project Explorer, right-click on a file and select Ignore I see that it gets added to the Ignore List (e.g. .jazzignore). Further, I can see the effect of using Window->Preferences...,Team, Ignored Resources (e.g. Platform Ignores). However, I'm having difficulty distinguising when to use one versus the other. The implication is that those in the Platform Ignores will apply to all team members versus those in .jazzignore which would apply only to me.
Could you clarify?
Thanks...Bob
When I'm in the Project Explorer, right-click on a file and select Ignore I see that it gets added to the Ignore List (e.g. .jazzignore). Further, I can see the effect of using Window->Preferences...,Team, Ignored Resources (e.g. Platform Ignores). However, I'm having difficulty distinguising when to use one versus the other. The implication is that those in the Platform Ignores will apply to all team members versus those in .jazzignore which would apply only to me.
Could you clarify?
Thanks...Bob
3 answers
Platform ignores (those available via "Window > Preferences > Team > Ignored Resources") are not shared with your team members. They are part of your eclipse settings, and are respected for compatibility with other plugins (since plugins can declare a list of patterns they think team providers should ignore).
The ignore list (aka .jazzignore) is shared. It stores the list of ignore patterns in a file in your shared filesystem is flowed out into other streams/workspaces as part of change sets.
Since it's shared, .jazzignore is the preferred way of declaring ignore patterns.
The ignore list (aka .jazzignore) is shared. It stores the list of ignore patterns in a file in your shared filesystem is flowed out into other streams/workspaces as part of change sets.
Since it's shared, .jazzignore is the preferred way of declaring ignore patterns.