Variable: executable-magicless-file-regexp

executable-magicless-file-regexp is a customizable variable defined in executable.el.gz.

Value

"/[Mm]akefile$\\|/\\.\\(z?profile\\|bash_profile\\|z?login\\|bash_login\\|z?logout\\|bash_logout\\|.+shrc\\|esrc\\|rcrc\\|[kz]shenv\\)$"

Documentation

On files with this kind of name no magic is inserted or changed.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/executable.el.gz
(defcustom executable-magicless-file-regexp "/[Mm]akefile$\\|/\\.\\(z?profile\\|bash_profile\\|z?login\\|bash_login\\|z?logout\\|bash_logout\\|.+shrc\\|esrc\\|rcrc\\|[kz]shenv\\)$"
  "On files with this kind of name no magic is inserted or changed."
  :type 'regexp)