mirror of https://github.com/zachjs/sv2v.git
add .gitattributes for GitHub Linguist (#87)
Some .v files are incorrectly identified by GitHub Linguist as Coq or Vlang files, which confuses people who browse the repo on GitHub. According to https://github.com/github/linguist#using-gitattributes adding a .gitattributes file can solve this problem.
This commit is contained in:
parent
ec760964c7
commit
589261a91b
|
|
@ -0,0 +1 @@
|
|||
*.v linguist-language=Verilog
|
||||
Loading…
Reference in New Issue