Variable: pcomplete-file-ignore

pcomplete-file-ignore is a customizable variable defined in pcomplete.el.gz.

Value

nil

Documentation

A regexp of filenames to be disregarded during file completion.

Source Code

;; Defined in /usr/src/emacs/lisp/pcomplete.el.gz
;;; User Variables:

(defcustom pcomplete-file-ignore nil
  "A regexp of filenames to be disregarded during file completion."
  :type '(choice regexp (const :tag "None" nil)))