diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-06-30 15:29:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-06-30 15:30:20 +0200 |
commit | 1313d7a35620e40c765bd8dc4138916264f20e61 (patch) | |
tree | b4e8baaface01e019011819115aba7590901090e /scripts | |
parent | 25222b14eff03662f851687841b8b5b48d741d00 (diff) | |
download | curl-1313d7a35620e40c765bd8dc4138916264f20e61.tar.gz |
scripts/copyright.pl: skip .dcignore
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/copyright.pl | 1 |
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', |