From 55348b0771b5017eb4c8275a773eeb7ee7e0121e Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Fri, 22 Sep 2017 21:07:12 -0400 Subject: [PATCH] correct gitattributes assignment of languages. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) 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