]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Exclude named.args.j2 files from license header checks
authorColin Vidal <colin@isc.org>
Fri, 13 Feb 2026 08:37:58 +0000 (09:37 +0100)
committerColin Vidal <colin@isc.org>
Mon, 16 Mar 2026 10:58:54 +0000 (11:58 +0100)
Exclude named.args.j2 files from license header checks so named.args can
be generated from Jinja templates.

(cherry picked from commit 63290c9e4e0bf2ba509d52984221f4b8e4e3f77e)

REUSE.toml

index bd676586ea1191001ba309f5950674c4215ba882..7d0cff3ff3eb0a07641616c9abf838bb90f99974 100644 (file)
@@ -162,8 +162,7 @@ path = [
        "**/.dir-locals.el",
        "**/.gitattributes",
        "**/.gitignore",
-       "**/named**.args",
-       "**/named**.args.j2",
+       "**/named*.args*",
        "**/named.dropedns",
        "**/named.ednsformerr",
        "**/named.ednsnotimp",