From 39b6beb6f03ee73bad39087bd4456412f6763c62 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Thu, 25 Dec 2025 22:43:29 +0100 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fa7a0bd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.s text diff=asm linguist-language=Assembly +*.S text diff=asm linguist-language=Assembly +*.inc text diff=asm linguist-language=Assembly