Restore include and exclude are mutually exclusive

That’s indeed a difficult topic. I’d assume some want it as simple as possible and others want it to be as powerful as possible. I could imagine 2 approaches.

  1. Allow mixing include and exclude and set precedence by reversing the order they are entered. While this is obviously quite powerful it can become very complicated aswell.
  2. include always takes precedence over exlude. This approach isn’t as powerful as the first approach but is easy to understand (and debug).