From: Daniel Stenberg Date: Fri, 18 Mar 2022 08:15:15 +0000 (+0100) Subject: scripts/copyright.pl: ignore the new mlc_config.json file X-Git-Tag: curl-7_83_0~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ab9b1542760eeb5333a3df43087480da64b69e9;p=thirdparty%2Fcurl.git scripts/copyright.pl: ignore the new mlc_config.json file --- diff --git a/scripts/copyright.pl b/scripts/copyright.pl index 50ff98ad8f..d0e886b64f 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 {