Variable: etags-regen-ignores

etags-regen-ignores is a customizable variable defined in etags-regen.el.gz.

Value

nil

Documentation

Additional ignore rules, in the format of project-ignores.

This variable was added, or its default value changed, in Emacs 30.1.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/etags-regen.el.gz
;; FIXME: We don't support root anchoring yet.
(defcustom etags-regen-ignores nil
  "Additional ignore rules, in the format of `project-ignores'."
  :type '(repeat
          (string :tag "Glob to ignore"))
  :version "30.1")