]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
scripts/copyright.pl: skip .dcignore
authorDaniel Stenberg <daniel@haxx.se>
Tue, 30 Jun 2020 13:29:52 +0000 (15:29 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 30 Jun 2020 13:30:20 +0000 (15:30 +0200)
scripts/copyright.pl

index ff2f250b752e777c8f673bdc2f9d0256607b1010..7c3296fa3a7cf3812ae5e7a5d7e9af06e3082b2d 100755 (executable)
@@ -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',