This commit is contained in:
parent
a93dca25ac
commit
0433e4f8f1
2 changed files with 4 additions and 1 deletions
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
# See Notices.txt for copyright information
|
||||
*.vcd linguist-generated=true
|
||||
|
|
@ -49,7 +49,7 @@ function main()
|
|||
/crates/cpu/tests/expected/*.vcd|/crates/cpu/tests/expected/*.txt)
|
||||
# file that can't contain copyright header
|
||||
;;
|
||||
/.forgejo/workflows/*.yml|*/.gitignore|*.toml)
|
||||
/.forgejo/workflows/*.yml|*/.gitignore|*/.gitattributes|*.toml)
|
||||
check_file "$file" "${POUND_HEADER[@]}"
|
||||
;;
|
||||
*.mermaid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue