From 9e124c0d0ab06e19dcacf4c183b14ef3d9e9d085 Mon Sep 17 00:00:00 2001 From: tdameros Date: Sat, 6 Apr 2024 00:56:02 +0200 Subject: [PATCH] ignore Makefile --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 239b63c..f40e66c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.c linguist-detectable=false *.h linguist-detectable=false +Makefile linguist-detectable=false \ No newline at end of file