From 1313d7a35620e40c765bd8dc4138916264f20e61 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 30 Jun 2020 15:29:52 +0200 Subject: [PATCH] scripts/copyright.pl: skip .dcignore --- scripts/copyright.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/copyright.pl b/scripts/copyright.pl index ff2f250b7..7c3296fa3 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',