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.

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'."
  :type '(repeat string)
  :safe #'listp)