Don't follow symlinks when adding the watch.
const WATCH_DONT_FOLLOW_LINKS: WatchFlags = WatchFlags(IN_DONT_FOLLOW);
inotify(7) and IN_DONT_FOLLOW therein