Variable: package-vc-non-code-file-names

package-vc-non-code-file-names is a variable defined in package-vc.el.gz.

Value

(".dir-locals.el" ".dir-locals-2.el")

Documentation

List of file names that do not contain Emacs Lisp code.

This list is used by package-vc--unpack to better check if the user is fetching code from a repository that does not contain any Emacs Lisp files.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/package-vc.el.gz
(defvar package-vc-non-code-file-names
  '(".dir-locals.el" ".dir-locals-2.el")
  "List of file names that do not contain Emacs Lisp code.
This list is used by `package-vc--unpack' to better check if the
user is fetching code from a repository that does not contain any
Emacs Lisp files.")