New sync variable extra_exclude_paths
The typical use case is to set in .sync.yml
---
ci/Rakefile:
extra_exclude_paths:
- examples/**/*
This will exclude a directory from being puppet linted or compiled for syntax errors.
Useful for examples or test directories of junk.