Variable: ido-work-directory-list-ignore-regexps
ido-work-directory-list-ignore-regexps is a customizable variable
defined in ido.el.gz.
Value
nil
Documentation
List of regexps matching directories which should not be recorded.
Directory names matched by one of the regexps in this list are not inserted in
the ido-work-directory-list list.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-work-directory-list-ignore-regexps nil
"List of regexps matching directories which should not be recorded.
Directory names matched by one of the regexps in this list are not inserted in
the `ido-work-directory-list' list."
:type '(repeat regexp))