From 4de46d0f29e6c23312f6ae1c35b54a6fe59e266b Mon Sep 17 00:00:00 2001 From: Philip Smart Date: Wed, 22 Feb 2023 21:39:20 +0000 Subject: [PATCH] Added attributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..de3b81d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* linguist-vendored +*.asm linguist-vendored=false +*.c linguist-vendored=false +*.cpp linguist-vendored=false