diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-29 11:39:21 -0800 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-29 11:39:21 -0800 |
commit | 886abce77052d42ba42c9ba4ab0b8b7d1e83de35 (patch) | |
tree | d9b711878cfe0cd4985702995a1261efc1088597 /.gitattributes | |
parent | 9788f625d21ab5a7027f90283cf52cc398834580 (diff) |
Fix github-linguist language stats
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to '.gitattributes')
-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 + |