mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Exclude named.args.j2 files from license header checks
Exclude named.args.j2 files from license header checks so named.args can be generated from Jinja templates.
This commit is contained in:
parent
3df0f7fb9c
commit
63290c9e4e
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ path = [
|
|||
"**/.dir-locals.el",
|
||||
"**/.gitattributes",
|
||||
"**/.gitignore",
|
||||
"**/named**.args",
|
||||
"**/named*.args*",
|
||||
"**/named.dropedns",
|
||||
"**/named.ednsformerr",
|
||||
"**/named.ednsnotimp",
|
||||
|
|
|
|||
Loading…
Reference in a new issue