Variable: ido-ignore-directories-merge
ido-ignore-directories-merge is a customizable variable defined in
ido.el.gz.
Value
nil
Documentation
List of regexps or functions matching directory names to ignore during merge.
Directory names matched by one of the regexps in this list are not inserted in merged file and directory lists.
Source Code
;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-ignore-directories-merge nil
"List of regexps or functions matching directory names to ignore during merge.
Directory names matched by one of the regexps in this list are not inserted
in merged file and directory lists."
:type '(repeat (choice regexp function)))