Variable: eshell-ls-product-regexp

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

Value

"\\.\\(elc\\|o\\(bj\\)?\\|a\\|lib\\|res\\)\\'"

Documentation

A regular expression that matches names of product files.

Products are files that get generated from a source file, and hence ought to be recreatable if they are deleted.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-ls.el.gz
(defcustom eshell-ls-product-regexp
  "\\.\\(elc\\|o\\(bj\\)?\\|a\\|lib\\|res\\)\\'"
  "A regular expression that matches names of product files.
Products are files that get generated from a source file, and hence
ought to be recreatable if they are deleted."
  :type 'regexp)