From 76f61144dfaade4352fdc573c22430498c88fc6c Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 19 May 2024 15:03:44 +0200 Subject: [PATCH] Fix gitattributes --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index a9bdec1b..bbf0d980 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ # exclude binary patch files from language detection -src/modules/SX126x/patches linguist-detectable=false -src/modules/LR11x0/firmware linguist-detectable=false +src/modules/SX126x/patches/*.h linguist-detectable=false +src/modules/LR11x0/firmware/*.h linguist-detectable=false