Skip to content

Add possibility to exclude projects in for-each call

Christoph Hasse requested to merge exclude_option into master

This enables you to do something like make for-each EXCLUDE="LHCb Moore" CMD="your command" which in turn will execute said command in every sub-folder except in LHCb and Moore.

Merge request reports