From a7cde544c30befd3054c02b4d9d490de6fca0ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 4 Nov 2023 12:22:45 +0100 Subject: [PATCH] Fix syntax highlighting of makefiles --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..0f3cea48 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/Makefile.* linguist-language=Makefile