Variable: ido-ignore-directories

ido-ignore-directories is a customizable variable defined in ido.el.gz.

Value

("\\`CVS/" "\\`\\.\\./" "\\`\\./")

Documentation

List of regexps or functions matching sub-directory names to ignore.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-ignore-directories
  '("\\`CVS/" "\\`\\.\\./" "\\`\\./")
  "List of regexps or functions matching sub-directory names to ignore."
  :type '(repeat (choice regexp function)))