From: Daniel Stenberg Date: Wed, 2 Sep 2020 10:27:10 +0000 (+0200) Subject: copyright.pl: ignore buildconf X-Git-Tag: curl-7_73_0~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3181d02271a74d1add0f0914bb06b8b3ae9e7f8;p=thirdparty%2Fcurl.git copyright.pl: ignore buildconf --- diff --git a/scripts/copyright.pl b/scripts/copyright.pl index 32680b0ea7..c8a4a38957 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -48,6 +48,7 @@ my @skiplist=( '^.github/', # github instruction files '^.dcignore', # deepcode.ai instruction file '^.muse/', # muse-CI control files + "buildconf", # its nothing to copyright # docs/ files we're okay with without copyright 'INSTALL.cmake',