Param to be able to filter files to parse in or out.
This would mitigate the problem about making ib scan XIBs and Storyboards for use cases when you only want storyboard scene constants and don't need to parse XIBs, but they would be parsed anyway and slightly impact performance on every build. Then storyboards would become an alias of ib --filter '*.storyboards'
The name of the argument is up for debate. --filter might be clearer than --exclude, because users might otherwise expect a --include parameter, which I don't know how we'd add.