PyInotify
PyInotify copied to clipboard
Add ignored_dirs param to InotifyTree(s)
You should be able to ignore specific directories.
This is useful. Please fix the conflicts and account for the refactor to os.walk, and we'll get it merged.
You probably should prefer using an ignore function instead of an ignore list, as shutil.copytree does.
@dsoprea What "refactor to os.walk"? Do you mean #48? How am I supposed to account for an unfinished pull request?