diff options
author | garak <garakmon@gmail.com> | 2019-06-04 15:27:36 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-06-04 15:27:36 -0400 |
commit | c1f42a684e921867578b91697cc1539b2527d5a4 (patch) | |
tree | ace6e6680dbd82b8f22ff1c2bf55bddbb31f884b | |
parent | af14c0268f92cb7a8bdb13676a7804304311d8b1 (diff) |
update gitattributes
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a7233fe6a..2ca17cab1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,6 +11,10 @@ Makefile text eol=lf *.sha1 text eol=lf *.sed text eol=lf *.sh text eol=lf +*.json text eol=lf *.png binary *.bin binary + +*.h linguist-language=C +*.inc linguist-language=Assembly |