]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
copyright.pl: ignore buildconf
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Sep 2020 10:27:10 +0000 (12:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Sep 2020 10:35:10 +0000 (12:35 +0200)
scripts/copyright.pl

index 32680b0ea7352683c0241cde0bebe4b764fab7a3..c8a4a38957630119b8ebb2af0af1c71c56124680 100755 (executable)
@@ -48,6 +48,7 @@ my @skiplist=(
     '^.github/', # github instruction files
     '^.dcignore', # deepcode.ai instruction file
     '^.muse/', # muse-CI control files
+    "buildconf", # its nothing to copyright
 
     # docs/ files we're okay with without copyright
     'INSTALL.cmake',