diff options
| author | whitequark <whitequark@whitequark.org> | 2020-06-19 06:08:18 +0000 |
|---|---|---|
| committer | whitequark <whitequark@whitequark.org> | 2020-06-19 06:08:18 +0000 |
| commit | 78f39f6ebc7d613cc9cef493661648d8cda07f1c (patch) | |
| tree | 485fb7b894b39b829785ff4ff581ad0ea89e62a3 | |
| parent | dfde1cf1c540d5580d7bc7d24f9f59a004202d60 (diff) | |
| download | yosys-78f39f6ebc7d613cc9cef493661648d8cda07f1c.tar.gz yosys-78f39f6ebc7d613cc9cef493661648d8cda07f1c.tar.bz2 yosys-78f39f6ebc7d613cc9cef493661648d8cda07f1c.zip | |
Fix GitHub misidentifying *.v files as Coq.
| -rw-r--r-- | .gitattributes | 1 |
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 |
