MKS/ PTC Integrity Source equivalent to svn:ignore

mks, mks-integrity, version-control

Solution

You can set global ignore filters by opening the following menu:

`File->Edit Preferences...`

and then selecting:

`Configuration Management->Views->Non-Members View`

An alternative is to select:

`Sandbox->Views->View Non-Members`

and then right-click a file and `Exclude by [Name|Extension]`

Problem

We use MKS/PTC Integrity for source control at my work. Is there an equivalent to the svn:ignore flag from subversion? Essentially, I'd like a way to tell MKS to ignore a folder / file for changes. (Ie., our compiler output folders, etc).

Original source