1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

copyright.pl: ignore buildconf

This commit is contained in:
Daniel Stenberg 2020-09-02 12:27:10 +02:00
parent e22682b908
commit e3181d0227
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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