guard / rb-inotify

A thorough inotify wrapper for Ruby using FFI.
MIT License
312 stars 64 forks source link

Do not follow into symlinked directories when traversing directories #60

Closed juhaerk closed 7 years ago

juhaerk commented 7 years ago

Do not follow into symlinked directories when traversing directories and :dont_follow and :recursive are in effect.

nex3 commented 7 years ago

Thanks!