From 324a6ac9a9b285ff7a5a3e5b2071e3624b94f2db Mon Sep 17 00:00:00 2001 From: CoffeeTableEspresso Date: Wed, 30 Dec 2020 21:38:10 -0500 Subject: [PATCH] Update .gitattributes (#544) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7491fcc..883895f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,6 @@ .github export-ignore .editorconfig export-ignore .travis.yml export-ignore + +# Linguist incorrectly identified the headers as C++, manually override this. +*.h linguist-language=C