Variable: dired-re-no-dot
dired-re-no-dot is an alias for directory-files-no-dot-files-regexp,
defined in dired.el.gz.
This variable is obsolete since 28.1; use
directory-files-no-dot-files-regexp instead.
Value
"[^.]\\|\\.\\.\\."
Documentation
Regexp matching any file name except "." and "..".
More precisely, it matches parts of any nonempty string except those two.
It is useful as the regexp argument to directory-files and
directory-files-and-attributes.
Aliases
dired-re-no-dot (obsolete since 28.1)