diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-03-18 09:15:15 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-03-18 09:15:15 +0100 |
commit | 5ab9b1542760eeb5333a3df43087480da64b69e9 (patch) | |
tree | 79b7bc91e837fcc05ce9ce70888625e333525adb /scripts | |
parent | fe4913ff55e71e8735aea5a09628d6e67fcf5a65 (diff) | |
download | curl-5ab9b1542760eeb5333a3df43087480da64b69e9.tar.gz |
scripts/copyright.pl: ignore the new mlc_config.json file
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/copyright.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/copyright.pl b/scripts/copyright.pl index 50ff98ad8..d0e886b64 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -82,6 +82,9 @@ my @skiplist=( # an empty control file "^zuul.d/playbooks/.zuul.ignore", + # markdown linkchecker config + "mlc_config.json", + ); sub scanfile { |