Perforce stream - can you exclude a directory but include specific files in that directory?

343 Views Asked by At

I have a Perforce stream where I am excluding certain binary folders, as in exclude Binaries/Win64/...

But there are a couple of files in that directory that I do want in the stream. Is there a way to list exceptions to the exclusion?

1

There are 1 best solutions below

0
On BEST ANSWER

You can always override a more general rule with a more specific one:

share ...
exclude Binaries/Win64/...
share Binaries/Win64/foo
share Binaries/Win64/bar