mirror of
https://github.com/moparisthebest/curl
synced 2025-01-10 21:48:10 -05:00
scripts/copyright.pl: ignore .muse files
This commit is contained in:
parent
da901fefe0
commit
de195a1718
@ -48,6 +48,7 @@ my @skiplist=(
|
|||||||
'\/readme',
|
'\/readme',
|
||||||
'^.github/', # github instruction files
|
'^.github/', # github instruction files
|
||||||
'^.dcignore', # deepcode.ai instruction file
|
'^.dcignore', # deepcode.ai instruction file
|
||||||
|
'^.muse/', # muse-CI control files
|
||||||
|
|
||||||
# docs/ files we're okay with without copyright
|
# docs/ files we're okay with without copyright
|
||||||
'INSTALL.cmake',
|
'INSTALL.cmake',
|
||||||
|
Loading…
Reference in New Issue
Block a user