# Linux Malware Detect — ignore_inotify
#
# Site-specific inotify exclusions. Consulted IN ADDITION TO
# $inspath/internals/ignore_inotify.defaults (LMD-managed).
#
# Format: one entry per line. Entries are POSIX ERE (extended regex)
# by default — anchors (^ $) and wildcards (.* .+) work as expected.
# To exclude a literal path containing regex metacharacters, prefix
# the entry with "literal:" (lowercase, 8 chars).
#
# Lines beginning with # are comments. Blank lines are ignored.
#
# Examples:
#   ^/tmp/.*scantem.*                         # regex: ClamAV scan-temp noise
#   ^/var/www/vhosts/.*/logs/.*$              # regex: Plesk per-vhost logs
#   literal:/home/user/public_html/._app.cache   # literal path with dots
#   /home/user/public_html/cache/             # plain path (no metachars — still ERE-safe)

