Variable: project-vc-ignores
project-vc-ignores is a customizable variable defined in
project.el.gz.
Value
nil
Documentation
List of patterns to add to project-ignores.
Only global or directory-local values are supported. And directory-local values will be applied to the corresponding directory subtrees.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/project.el.gz
(defcustom project-vc-ignores nil
"List of patterns to add to `project-ignores'.
Only global or directory-local values are supported. And directory-local
values will be applied to the corresponding directory subtrees."
:type '(repeat string))