Is there way to ignore sources with scm checkin/deliver?
Accepted answer
You can edit the .jazzignore file manually or using the UI (just clicking ignore) or adding ignored resources while sharing. The data will be saved as rules in the .jazzignore file, which will be under scm to allow consistent sharing.
2 other answers
You can additional information about using .jazzignore in this topic in the information center: Selecting resources to exclude from Rational Team Concert source control.
I don't understand the question here. You can add file to the ignore list and they will be ignored. So what is the scenario here?
Comments
Oh, I see I probably misunderstand the client's question.
so, the Eclipse client has "Ignore Resources" setting and RTC has .jazzIgnore file. The customer may be talking about "Ignore Resources" rather than .jazzIgnore file.
So the answer is we just need to use .jazzIgnore file for scm command, right? then it will ignore sources as we using Eclipse client for check-in/deliver.