Currently in the man page are the lines:
EXAMPLES
=/tmp
Only /tmp is taken into the database. None of its children are added.
HINTS
=/foo p+i+l+n+u+g+s+m+c+md5
/foo/bar p+i+l+n+u+g+s+m+c+md5
This config adds all files under /foo because they match to regex /foo, which is equivalent to /foo.* . What you probably want is:
This appears to be self contradictory. The first line gave me the impression that =/tmp is the same as =/tmp$ and therefore the $ symbol wouldn't be needed. However, this isn't the case.
I do not clearly know the difference between /tmp and =/tmp in the affect it has on aide. I think there will be many people that have encountered this confusion before me.
submitted by jarrod dot makin at heartinternet dot co dot uk
Meanwhile the man page has been updated (see https://github.com/aide/aide/blob/master/doc/aide.conf.5).