From c49e45c45e30c34b45ae40a630c1eb5a83e07244 Mon Sep 17 00:00:00 2001 From: Philip Smart Date: Tue, 22 Oct 2019 21:19:33 +0100 Subject: [PATCH] Git config --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..307ea9c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.vhd linguist-detectable=true +*.c linguist-detectable=true +*.sh linguist-detectable=true +*.pl linguist-detectable=true