fn should_include(path: &Path, exts: &[&str]) -> bool
Check whether path should be included based on the allowed extensions.
path
When exts is empty, all files are included (universal mode).
exts