From 5c2ec71552c5dc8fd743f5d984468617876cb03d Mon Sep 17 00:00:00 2001 From: Ayo Ayibiowu Date: Fri, 20 Sep 2019 06:50:23 +0200 Subject: [PATCH] Update .gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8b13789..9b4b84a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,6 @@ +*.py linguist-detectable=true +*.c++ linguist-detectable=true +*.cxx linguist-detectable=false +*.c linguist-detectable=false +*.h linguist-detectable=false