Variable: eshell-cmpl-file-ignore

eshell-cmpl-file-ignore is a customizable variable defined in em-cmpl.el.gz.

Value

"~\\'"

Documentation

A regexp of filenames to be disregarded during file completion.

Its value is assigned to pcomplete-file-ignore locally after eshell starts.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-cmpl.el.gz
(defcustom eshell-cmpl-file-ignore "~\\'"
  (eshell-cmpl--custom-variable-docstring 'pcomplete-file-ignore)
  :type (get 'pcomplete-file-ignore 'custom-type))