summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-06-30 15:29:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-06-30 15:30:20 +0200
commit1313d7a35620e40c765bd8dc4138916264f20e61 (patch)
treeb4e8baaface01e019011819115aba7590901090e
parent25222b14eff03662f851687841b8b5b48d741d00 (diff)
downloadcurl-1313d7a35620e40c765bd8dc4138916264f20e61.tar.gz
scripts/copyright.pl: skip .dcignore
-rwxr-xr-xscripts/copyright.pl1
1 files changed, 1 insertions, 0 deletions
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',