From 0438eb4999c3d03ec9a22afbc88b30e0fa131aa6 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 5 Nov 2019 16:03:51 +0000 Subject: Classify Verilog correctly --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index fef0b85..035fcaf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ bugs/*.v linguist-vendored=true -data/*.v linguist-vendored=true \ No newline at end of file +data/*.v linguist-vendored=true +*.v linguist-language=Verilog -- cgit