When excluding multiple elements, the current format can make things a bit unwieldy (and makes the changes much harder to track ``` <Exclude>[lib]ns1.*,[lib]ns2.*</Exclude> ``` It would be nice if we could specify multiple items on different Exclude nodes: ``` <Exclude>[lib]ns1.*</Exclude> <Exclude>[lib]ns2.*</Exclude> ``` Same goes for the other colon separated settings