dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
245 stars 73 forks source link

Add ignored_dirs param to InotifyTree(s) #30

Open Larivact opened 7 years ago

Larivact commented 7 years ago

You should be able to ignore specific directories.

dsoprea commented 6 years ago

This is useful. Please fix the conflicts and account for the refactor to os.walk, and we'll get it merged.

XaF commented 6 years ago

You probably should prefer using an ignore function instead of an ignore list, as shutil.copytree does.

Larivact commented 6 years ago

@dsoprea What "refactor to os.walk"? Do you mean #48? How am I supposed to account for an unfinished pull request?