Skip to content

Commit 3f87756

Browse files
authored
.gitattributes [V5]
Version 5 of the gitattributes file for this project.
1 parent a957ae2 commit 3f87756

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.gitattributes

+17-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.css linguist-language=CSS
35+
# C source file
36+
*.c linguist-detectable=true
37+
*.c linguist-documentation=false
38+
*.c linguist-language=C
39+
# C header source file
40+
*.h linguist-detectable=true
41+
*.h linguist-documentation=false
42+
*.h linguist-language=C
43+
# Assembly source file
44+
*.asm linguist-detectable=true
45+
*.asm linguist-documentation=false
46+
*.asm linguist-language=Assembly
3547
# Less stylesheet file
3648
*.less linguist-detectable=true
3749
*.less linguist-documentation=false
@@ -161,10 +173,12 @@
161173
*.gif linguist-detectable=false
162174
*.gif linguist-documentation=false
163175
*.gif linguist-language=GIF
176+
164177
# End of linguist script
165178

166179
# File info
167-
# File type: gitattributes file (.gitattributes)
168-
# File version: 4 (2022, Tuesday, June 28th at 2:32 pm PST)
169-
# Line count (including blank lines and compiler line): 171
180+
# File type: gitattributes file (*.gitattributes)
181+
# File version: 5 (2023, Monday, January 2nd at 2:53 pm PST)
182+
# Line count (including blank lines and compiler line): 185
183+
170184
# End of script

0 commit comments

Comments
 (0)