From de195a17189098c053d248a9ac9612ac36e2a308 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 14 Aug 2020 10:20:05 +0200 Subject: [PATCH] scripts/copyright.pl: ignore .muse files --- scripts/copyright.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/copyright.pl b/scripts/copyright.pl index 7c3296fa3..5649cad4f 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -48,6 +48,7 @@ my @skiplist=( '\/readme', '^.github/', # github instruction files '^.dcignore', # deepcode.ai instruction file + '^.muse/', # muse-CI control files # docs/ files we're okay with without copyright 'INSTALL.cmake',