Skip to content

Commit d75a34c

Browse files
authored
.gitattributes [V5]
Version 5 of the gitattributes file for this project.
1 parent d84338d commit d75a34c

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.gitattributes

+13-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@
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
3543
# Less stylesheet file
3644
*.less linguist-detectable=true
3745
*.less linguist-documentation=false
@@ -161,10 +169,12 @@
161169
*.gif linguist-detectable=false
162170
*.gif linguist-documentation=false
163171
*.gif linguist-language=GIF
172+
164173
# End of linguist script
165174

166175
# 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
176+
# File type: gitattributes file (*.gitattributes)
177+
# File version: 5 (2022, Sunday, November 27th at 8:10 pm PST)
178+
# Line count (including blank lines and compiler line): 181
179+
170180
# End of script

0 commit comments

Comments
 (0)