From 536e5f7ec4ef2c3a0f19587825716f7d3e17a5c4 Mon Sep 17 00:00:00 2001 From: Spenser Black Date: Mon, 25 Mar 2024 08:34:54 -0400 Subject: [PATCH] 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. --- saphyr/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 saphyr/.gitattributes diff --git a/saphyr/.gitattributes b/saphyr/.gitattributes new file mode 100644 index 0000000..90e68e3 --- /dev/null +++ b/saphyr/.gitattributes @@ -0,0 +1 @@ +tests/*.rs.inc linguist-language=Rust linguist-generated