Variable: eshell-ls-backup-regexp

eshell-ls-backup-regexp is a customizable variable defined in em-ls.el.gz.

Value

"\\(\\`\\.?#\\|\\(\\.bak\\|~\\)\\'\\)"

Documentation

A regular expression that matches names of backup files.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-ls.el.gz
(defcustom eshell-ls-backup-regexp
  "\\(\\`\\.?#\\|\\(\\.bak\\|~\\)\\'\\)"
  "A regular expression that matches names of backup files."
  :type 'regexp)