Skip to content

Commit 6ac9696

Browse files
authored
.gitattributes [V6]
1 parent f22e1bb commit 6ac9696

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.gitattributes

+10-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.css linguist-language=CSS
35+
# Assembly source file
36+
*.asm linguist-detectable=true
37+
*.asm linguist-documentation=false
38+
*.asm linguist-language=Assembly
3539
# C source file
3640
*.c linguist-detectable=true
3741
*.c linguist-documentation=false
@@ -40,6 +44,10 @@
4044
*.h linguist-detectable=true
4145
*.h linguist-documentation=false
4246
*.h linguist-language=C
47+
# V source file
48+
*.v linguist-detectable=true
49+
*.v linguist-documentation=false
50+
*.v linguist-language=V
4351
# Less stylesheet file
4452
*.less linguist-detectable=true
4553
*.less linguist-documentation=false
@@ -175,7 +183,7 @@
175183
# File info
176184

177185
# File type: gitattributes file (*.gitattributes)
178-
# File version: 5 (2024, Wednesday, August 21st at 03:41 pm PST)
179-
# Line count (including blank lines and compiler line): 182
186+
# File version: 6 (2025, Monday, March 17th at 06:54 pm PST)
187+
# Line count (including blank lines and compiler line): 190
180188

181189
# End of script

0 commit comments

Comments
 (0)