Mark .inc files as Rust for GitHub Linguist (#9890)

## Summary

The `.inc` file is considered C++ right now.

See: https://x.com/_brc_dd/status/1867270194789580870

See:
https://github.com/github-linguist/linguist/blob/main/docs/overrides.md
This commit is contained in:
Charlie Marsh 2024-12-13 17:17:23 -05:00 committed by GitHub
parent bee54039b1
commit 03b27ea7f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitattributes vendored
View file

@ -1,3 +1,4 @@
* text=auto eol=lf * text=auto eol=lf
*.inc linguist-language=Rust
uv.schema.json linguist-generated=true text=auto eol=lf uv.schema.json linguist-generated=true text=auto eol=lf