summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-08-14 10:20:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-14 10:20:05 +0200
commitde195a17189098c053d248a9ac9612ac36e2a308 (patch)
tree80519c5d12077af09bea03fafbf17a5dcea98dc0
parentda901fefe099708d81de6c413838ca9f1f48cbda (diff)
downloadcurl-de195a17189098c053d248a9ac9612ac36e2a308.tar.gz
scripts/copyright.pl: ignore .muse files
-rwxr-xr-xscripts/copyright.pl1
1 files changed, 1 insertions, 0 deletions
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',