diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-22 21:07:12 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-09-22 21:07:12 -0400 |
commit | 55348b0771b5017eb4c8275a773eeb7ee7e0121e (patch) | |
tree | 78339e0190ec7c09fa6d6ae6d56997fed61427d3 | |
parent | ed9e0e20547e2c96833cddea67c6b423ef7af7ef (diff) |
correct gitattributes assignment of languages.
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 18a043001..96c1c1231 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,3 +12,6 @@ Makefile text eol=lf *.png binary *.bin binary + +*.h linguist-language=C +*.inc linguist-language=Assembly |