From ee05f34257c49cf1d29f225e80dee175e0967c7e Mon Sep 17 00:00:00 2001 From: fasiondog Date: Sat, 15 Jul 2017 18:12:08 +0800 Subject: [PATCH] Update .gitattributes --- .gitattributes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 06a6cd659..a95603f2b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ -*.h linguist-language=Python -*.cpp linguist-language=Python -*.py linguist-language=Python -*.html linguist-language=Python -*.mod linguist-language=Python +*.h linguist-language=C++ +*.cpp linguist-language=C++ +*.py linguist-language=C++ +*.html linguist-language=C++ +*.mod linguist-language=C++