mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
Excluse system test README files from license header checks
Exclude README* files in system test directories from license header
checks.
(cherry picked from commit c77c499254)
This commit is contained in:
parent
b2903b8cfe
commit
bba04a0fd1
1 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ path = [
|
|||
"COPYRIGHT",
|
||||
"Makefile",
|
||||
"Makefile.**",
|
||||
"bin/tests/system/**/README*",
|
||||
"bin/tests/system/checkzone/zones/bad-caa-rr.db",
|
||||
"bin/tests/system/checkzone/zones/bad1.db",
|
||||
"bin/tests/system/checkzone/zones/crashzone.db",
|
||||
|
|
@ -40,7 +41,6 @@ path = [
|
|||
"bin/tests/system/checkzone/zones/warn.deprecated.rsasha1.db",
|
||||
"bin/tests/system/dnstap/large-answer.fstrm",
|
||||
"bin/tests/system/doth/CA/CA.cfg",
|
||||
"bin/tests/system/doth/CA/README",
|
||||
"bin/tests/system/doth/CA/index.txt",
|
||||
"bin/tests/system/doth/CA/index.txt.attr",
|
||||
"bin/tests/system/doth/CA/serial",
|
||||
|
|
|
|||
Loading…
Reference in a new issue