Add linguist ignore for tests/ffi (#243)

This commit is contained in:
qwreey 2024-10-23 05:04:21 +00:00
parent 83be2bc96a
commit 34a5b39277
No known key found for this signature in database
GPG key ID: D28DB79297A214BD

4
.gitattributes vendored
View file

@ -6,3 +6,7 @@
# Ensure all txt files within tests use LF
tests/**/*.txt eol=lf
# Remove test c, typescript from language list
tests/ffi/**/*.c linguist-vendored
tests/ffi/**/*.ts linguist-vendored