summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-03-18 09:15:15 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-03-18 09:15:15 +0100
commit5ab9b1542760eeb5333a3df43087480da64b69e9 (patch)
tree79b7bc91e837fcc05ce9ce70888625e333525adb /scripts
parentfe4913ff55e71e8735aea5a09628d6e67fcf5a65 (diff)
downloadcurl-5ab9b1542760eeb5333a3df43087480da64b69e9.tar.gz
scripts/copyright.pl: ignore the new mlc_config.json file
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copyright.pl3
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 {