Marty Pitt
Marty Pitt

Reputation: 29280

MKS/ PTC Integrity Source equivalent to svn:ignore

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).

Upvotes: 4

Views: 1041

Answers (2)

Thierry Dalon
Thierry Dalon

Reputation: 926

This is only filtering the Non-members View. See http://communities.ptc.com/message/227385#227385 for another answer. In short have a look to the Scoped Sandbox feature.

Upvotes: 1

Tim Henigan
Tim Henigan

Reputation: 62168

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]

Upvotes: 4

Related Questions