Exclude certain keywords from being inferred
The user option denote-keywords-to-not-infer-regexp omits keywords that match a regular expression from the list of inferred keywords.
Keywords are inferred from file names and provided at relevant prompts as completion candidates when the user option denote-infer-keywords is non-nil.
The match is performed with string-match-p.