From: Daniel Stenberg Date: Tue, 30 Jun 2020 13:29:52 +0000 (+0200) Subject: scripts/copyright.pl: skip .dcignore X-Git-Tag: curl-7_71_1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1313d7a35620e40c765bd8dc4138916264f20e61;p=thirdparty%2Fcurl.git scripts/copyright.pl: skip .dcignore --- diff --git a/scripts/copyright.pl b/scripts/copyright.pl index ff2f250b75..7c3296fa3a 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -47,6 +47,7 @@ my @skiplist=( '^winbuild/BUILD.WINDOWS.txt$', # instructions '\/readme', '^.github/', # github instruction files + '^.dcignore', # deepcode.ai instruction file # docs/ files we're okay with without copyright 'INSTALL.cmake',