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:
b1f6c1c4 2020-06-02 18:24:59 -04:00 committed by GitHub
parent ec760964c7
commit 589261a91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.v linguist-language=Verilog