The list of resources to be ignored by Rational Team Concert source control is kept in a file named .jazzignore. There is typically a .jazzignore file in the project root folder. There can also be .jazzignore file in any subfolder. Files and folders whose names appear (or match patterns) in .jazzignore will not be checked in, and so cannot become part of a change set. (Rational Team Concert source control ignores two types of files by default: resources ending in .class, and everything contained in the bin directory of an Eclipse project root.)
Eclipse provides its own ignore facility but, unlike Rational Team Concert source control, does not support a way to share a list of ignored resources with your team. When you first use Rational Team Concert source control to share a project in your Eclipse workspace, the Share Project wizard prompts you to review any existing ignore patterns. Click Import Team Ignores in the wizard to see the list of patterns that are currently ignored by Eclipse. You can remove a pattern from the list by selecting it and clicking Remove Pattern. If you suspect that Eclipse is ignoring a resource for any reason, open the resource's Rational Team Concert source control properties page and look for an Ignored due to line.
core.global.ignore= *.htm *.html *.cat
To specify names and patterns to be ignored in a specific folder, add the names and patterns to the value of the core.ignore property in the .jazzignore file in that folder. (The value of core.global.ignore is ignored in .jazzignore files in subfolders of a project root.)Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug