aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-06-19 06:08:18 +0000
committerwhitequark <whitequark@whitequark.org>2020-06-19 06:08:18 +0000
commit78f39f6ebc7d613cc9cef493661648d8cda07f1c (patch)
tree485fb7b894b39b829785ff4ff581ad0ea89e62a3 /.gitattributes
parentdfde1cf1c540d5580d7bc7d24f9f59a004202d60 (diff)
downloadyosys-78f39f6ebc7d613cc9cef493661648d8cda07f1c.tar.gz
yosys-78f39f6ebc7d613cc9cef493661648d8cda07f1c.tar.bz2
yosys-78f39f6ebc7d613cc9cef493661648d8cda07f1c.zip
Fix GitHub misidentifying *.v files as Coq.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..f85ae06c9
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.v linguist-language=Verilog