From 6a646411687376bf749a44eff10553e118c2dafe Mon Sep 17 00:00:00 2001 From: Axel PASCON Date: Sat, 26 Oct 2024 22:44:02 +0200 Subject: [PATCH] fix github linguist stats again and again --- .gitattributes | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index b4657fd..76159bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,10 +2,17 @@ toolchain/** linguist-vendored *.i linguist-language=c -*.s linguist-language=assembly -*.S linguist-language=assembly -*.asm linguist-language=assembly -*.inc linguist-language=assembly +*.mk linguist-language=makefile +*.mak linguist-language=makefile +*.make linguist-language=makefile +*.mkf linguist-language=makefile +**/GNUmakefile linguist-language=makefile +**/GNUMakefile linguist-language=makefile + +*.s linguist-language=asm +*.S linguist-language=asm +*.asm linguist-language=asm +*.inc linguist-language=asm *.ld linguist-detectable