Currently, if a parent directory is matched by a delete pattern, then all of its child dirs and files are deleted even if they would be matched by a nodelete pattern. This should change: nodelete should basically win, always, and the parent folders of any nodelete match should always be retained.
This would allow bundles to delete all but their needed subtrees, resulting in a smaller size and simpler config files.
Currently, if a parent directory is matched by a
delete
pattern, then all of its child dirs and files are deleted even if they would be matched by anodelete
pattern. This should change: nodelete should basically win, always, and the parent folders of any nodelete match should always be retained.This would allow bundles to delete all but their needed subtrees, resulting in a smaller size and simpler config files.