Variable: eshell-ls-clutter-regexp
eshell-ls-clutter-regexp is a customizable variable defined in
em-ls.el.gz.
Value
"\\(^texput\\.log\\|^core\\)\\'"
Documentation
A regular expression that matches names of junk files.
These are mainly files that get created for various reasons, but don't really need to stick around for very long.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-ls.el.gz
(defcustom eshell-ls-clutter-regexp
"\\(^texput\\.log\\|^core\\)\\'"
"A regular expression that matches names of junk files.
These are mainly files that get created for various reasons, but don't
really need to stick around for very long."
:type 'regexp)