HyperHCl / gdipp

Automatically exported from code.google.com/p/gdipp
0 stars 0 forks source link

Add and "include" node, so that it enables including certain processes after excluding all other processes #213

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
sometimes one need to make gdipp work only on certain processes, so that no 
other process is affected. 
we can exclude all other processes  by:
<exclude> 
  <process>*.exe</process>
</exclude>

but we cannot include certain processes we need

Original issue reported on code.google.com by mahmoud....@gmail.com on 7 Mar 2012 at 5:56