Variable: reftex-bibfile-ignore-regexps
reftex-bibfile-ignore-regexps is a customizable variable defined in
reftex-vars.el.gz.
Value
nil
Documentation
List of regular expressions to exclude files in \bibliography{..}.
File names matched by these regexps will not be parsed by RefTeX.
Intended for files which contain only @string macro definitions and the
like, which are ignored by RefTeX anyway.
Probably introduced at or before Emacs version 20.4.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defvar reftex-bibfile-ignore-list nil) ; compatibility
(defcustom reftex-bibfile-ignore-regexps nil
"List of regular expressions to exclude files in \\bibliography{..}.
File names matched by these regexps will not be parsed by RefTeX.
Intended for files which contain only `@string' macro definitions and the
like, which are ignored by RefTeX anyway."
:group 'reftex-citation-support
:set #'reftex-set-dirty
:type '(repeat (regexp)))