Variable: byte-compile-ignore-files

byte-compile-ignore-files is a variable defined in bytecomp.el.gz.

Value

nil

Documentation

List of regexps for files to ignore during byte compilation.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile-ignore-files nil
  "List of regexps for files to ignore during byte compilation.")