From 1e3ca6fe9a024f5fe90f5aeabb3563faa0526bad Mon Sep 17 00:00:00 2001 From: Haizlbliek Date: Mon, 30 Dec 2024 14:43:46 -0500 Subject: [PATCH] Update gitattributes --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 408cee2..273af4e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ -* text eol=lf \ No newline at end of file +* text eol=lf + +*.c linguist-detectable=false +*.h linguist-detectable=false \ No newline at end of file