diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-07 14:44:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-07 14:44:26 -0800 |
commit | cb875db7372fe9be027e1745e7e96ac82f817665 (patch) | |
tree | c97d360e2954c3635b3db6b78c94eedd1af44a84 | |
parent | 0286de627b925a73397ba7d63a444998ff983860 (diff) | |
parent | 0452941b78df0395983cccebfa2d8df3a38d8c61 (diff) |
Merge pull request #106 from camthesaxman/header_language
Mark header files as the correct language for GitHub
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7c8d2699d..b447e32c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,6 @@ Makefile text eol=lf *.png binary *.bin binary + +*.h linguist-language=C +*.inc linguist-language=Assembly |