Skip to content

Commit 544ee3a

Browse files
committed
Add .gitattributes
1 parent 28a1f46 commit 544ee3a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.v linguist-language=SystemVerilog
2+
*.vh linguist-language=SystemVerilog
3+
*.sv linguist-language=SystemVerilog
4+
*.svh linguist-language=SystemVerilog
5+
nodist linguist-detectable=false

MANIFEST.SKIP

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
\.def$
1616
\.dll$
1717
\.exp$
18+
\.gitattributes$
1819
\.tmp$
1920
\.vcs.*$
2021
\.pre\..*$

0 commit comments

Comments
 (0)