From edd16165eead91e18e1d5f379e6c16cf1e23cb6e Mon Sep 17 00:00:00 2001 From: Philip Smart Date: Mon, 2 Mar 2020 11:15:55 +0000 Subject: [PATCH] Attributes --- .gitattributes | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index a2b18db..5df3688 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,8 @@ -*.pl linguist-detectable=true -*.vhd linguist-detectable=true +*.cpp linguist-detectable=true *.c linguist-detectable=true +*.asm linguist-detectable=true +*.pl linguist-detectable=true *.sh linguist-detectable=true +*.css linguist-detectable=false +*.js linguist-detectable=false +*.java linguist-detectable=true