mirror of
https://github.com/encounter/objdiff.git
synced 2026-03-30 11:32:16 -07:00
52c138bf06
This allows explicitly ignoring changes to certain files or directories, even if the changed file ends up matching `watch_patterns`. The default value, `build/**/*` will ensure that changes in the build directory will not trigger a duplicate rebuild. Resolves #143 Resolves #215