Merge pull request #818 from littlefs-project/convince-github-littlefs-is-c

Convince GitHub littlefs is a C project
This commit is contained in:
Christopher Haster 2023-05-23 14:44:48 -05:00 committed by GitHub
commit 97e2526a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# GitHub really wants to mark littlefs as a python project, telling it to
# reclassify our test .toml files as C code (which they are 95% of anyways)
# remedies this
*.toml linguist-language=c