Variable: ignored-local-variables
ignored-local-variables is a variable defined in files.el.gz.
Value
(connection-local-variables-alist ignored-local-variables
safe-local-variable-values
file-local-variables-alist
dir-local-variables-alist)
Documentation
Variables to be ignored in a file's local variable spec.
Source Code
;; Defined in /usr/src/emacs/lisp/files.el.gz
;;; Handling file local variables
(defvar ignored-local-variables
'(ignored-local-variables safe-local-variable-values
file-local-variables-alist dir-local-variables-alist)
"Variables to be ignored in a file's local variable spec.")