diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-09-22 20:13:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 20:13:37 -0500 |
commit | 2ad419e4b914ba17b5b3c3e60ef56726da0cf59b (patch) | |
tree | c647086506ca2e4c4fa4a72efc33f15161cef469 | |
parent | 21a04940d4dcbdd805a915e6f64535db998c328f (diff) | |
parent | 55348b0771b5017eb4c8275a773eeb7ee7e0121e (diff) |
Merge pull request #42 from ProjectRevoTPP/fix_languages
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 |