Variable: eshell-cmpl-dir-ignore

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

Value

"\\`\\(\\.\\.?\\|CVS\\)/\\'"

Documentation

A regexp of names to be disregarded during directory completion.

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

Source Code

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