Skip to content

Commit 4324688

Browse files
committed
Merge pull request #37 from mithro/linguist
Adding .gitattributes for GitHub language detection.
2 parents 678ff0e + 54228b1 commit 4324688

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Settings to improve linguist data reporting (used by GitHub)
2+
*.v linguist-language=Verilog
3+
*.vh linguist-language=Verilog
4+
5+
docs/** linguist-documentation
6+
*.txt linguist-documentation
7+
*.md linguist-documentation
8+
*.rst linguist-documentation

0 commit comments

Comments
 (0)