]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
scripts/copyright.pl: ignore the new mlc_config.json file
authorDaniel Stenberg <daniel@haxx.se>
Fri, 18 Mar 2022 08:15:15 +0000 (09:15 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Mar 2022 08:15:15 +0000 (09:15 +0100)
scripts/copyright.pl

index 50ff98ad8f0bd082ab994edeae9d632ab139fd39..d0e886b64f7795779e6e61a403c54b22b2ff9ffc 100755 (executable)
@@ -82,6 +82,9 @@ my @skiplist=(
     # an empty control file
     "^zuul.d/playbooks/.zuul.ignore",
 
+    # markdown linkchecker config
+    "mlc_config.json",
+
     );
 
 sub scanfile {