Add linguist attributes for tests/*.rs.inc files

This informs Linguist (used by GitHub) that these files are Rust (they
are currently detected as C++). This also marks them as generated.
This commit is contained in:
Spenser Black 2024-03-25 08:34:54 -04:00 committed by Ethiraric
parent 992c9c29fb
commit 536e5f7ec4

1
saphyr/.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
tests/*.rs.inc linguist-language=Rust linguist-generated