From 8fa54b1c4d645df893449ea9f6682cd264feb760 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 15 Jun 2019 21:49:49 -0400 Subject: [PATCH] Add .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..ead49ad4d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.v linguist-language=SystemVerilog +*.vh linguist-language=SystemVerilog +*.sv linguist-language=SystemVerilog +nodist linguist-detectable=false