From 582a50dd800a147f9654977463a627cc6201a19e Mon Sep 17 00:00:00 2001 From: Philip Smart Date: Wed, 22 Feb 2023 21:45:23 +0000 Subject: [PATCH] Added license --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..e16f2329c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* linguist-vendored +*.asm linguist-vendored=false +*.c linguist-vendored=false +*.cpp linguist-vendored=false +*.pl linguist-vendored=false +*.sh linguist-vendored=false +*.vhdl linguist-vendored=false