forked from libre-chip/cpu
make check-copyright.sh also handle other tests/.../expected/... files
This commit is contained in:
parent
29757a568c
commit
aa07e24c78
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ function main()
|
||||||
*/LICENSE.md|*/Notices.txt)
|
*/LICENSE.md|*/Notices.txt)
|
||||||
# copyright file
|
# copyright file
|
||||||
;;
|
;;
|
||||||
/crates/cpu/tests/expected/*.vcd|/crates/cpu/tests/expected/*.txt)
|
/crates/cpu/tests*/expected/*.vcd|/crates/cpu/tests*/expected/*.txt)
|
||||||
# file that can't contain copyright header
|
# file that can't contain copyright header
|
||||||
;;
|
;;
|
||||||
/.forgejo/workflows/*.yml|*/.gitignore|*/.gitattributes|*.toml)
|
/.forgejo/workflows/*.yml|*/.gitignore|*/.gitattributes|*.toml)
|
||||||
|
|
@ -71,4 +71,4 @@ function main()
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue