mark .vcd files as generated
All checks were successful
/ test (pull_request) Successful in 27m0s

This commit is contained in:
Jacob Lifshay 2026-01-20 16:20:40 -08:00
parent a93dca25ac
commit 0433e4f8f1
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
2 changed files with 4 additions and 1 deletions

3
.gitattributes vendored Normal file
View file

@ -0,0 +1,3 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
# See Notices.txt for copyright information
*.vcd linguist-generated=true

View file

@ -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)