From 4db763ff534280d7cb755c4a9b1c3814ea0cb0a6 Mon Sep 17 00:00:00 2001 From: Yohan Boujon Date: Thu, 14 Sep 2023 09:44:56 +0200 Subject: [PATCH] Fix Github Language detection. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..36f4ccb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* linguist-language=Plain Text +*.c linguist-language=C +*.h linguist-language=C +*.asm linguist-language=Assembly +*.s linguist-language=Assembly \ No newline at end of file