Variable: eshell-ls-exclude-regexp
eshell-ls-exclude-regexp is a customizable variable defined in
em-ls.el.gz.
Value
nil
Documentation
Unless -a is specified, files matching this regexp will not be shown.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-ls.el.gz
(defcustom eshell-ls-exclude-regexp nil
"Unless -a is specified, files matching this regexp will not be shown."
:type '(choice regexp (const nil)))