diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-29 21:02:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-29 21:02:02 +0000 |
commit | b629a19514606cb5dd19e0cd433b60922343f6a8 (patch) | |
tree | d9b711878cfe0cd4985702995a1261efc1088597 | |
parent | 9788f625d21ab5a7027f90283cf52cc398834580 (diff) | |
parent | 886abce77052d42ba42c9ba4ab0b8b7d1e83de35 (diff) |
Merge pull request #163 from sifive/fix-linguist
Fix github-linguist language stats
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..603e4ce --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Fix github-linguist detection of language usage + +*.c linguist-language=C +*.h linguist-language=C + |