Jump to content

Excluding ignored files in specific directories


rmashal

Recommended Posts

I am trying to setup a configuration like I have with git where:

- The global configuration file specifies to ignore all .dll files

- A specific ignore configuration file, in a specific directory reverses the rule to track .dll files in that directory.

 

In Git I do that by adding a .gitignore in the specific directory with the line:

-*.dll

 

 

Is it possible in any way with Plastic SCM?

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...