Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for relative paths for exclusions
Includes already support relative paths, but excludes don't. This means if you did something like ``` targets: Foo: sources: path: ../Foo excludes: - ../Foo/Bar ``` then it wouldn't work. This fix corrects that issue.
- Loading branch information