nuclear sweet
nuclear sweet

Reputation: 1121

Ignore changes in file under TFS

I got some file Foo under TFS source control. Foo is always modified by my script when i build my project (its related to project installer). So for now i always need to check-out Foo to build my project, then discard any changes made in file before check-in to keep original default version.

Is there any way to have Foo under source control, but always ignore any changes made in this file and never check-out it even when i change it (check-out only if i forcely choose it).

Upvotes: 0

Views: 52

Answers (1)

timB33
timB33

Reputation: 1987

there's a .tfignore file available?

Upvotes: 2

Related Questions