From 78f39f6ebc7d613cc9cef493661648d8cda07f1c Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 19 Jun 2020 06:08:18 +0000 Subject: [PATCH] Fix GitHub misidentifying *.v files as Coq. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..f85ae06c9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.v linguist-language=Verilog -- 2.30.2