Skip to content

Commit 30d9b61

Browse files
authored
.gitattributes [V5]
1 parent ab008c7 commit 30d9b61

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.gitattributes

+10-3
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+
# nesC source file
36+
*.nc linguist-detectable=true
37+
*.nc linguist-documentation=false
38+
*.nc linguist-language=nesC
3539
# Less stylesheet file
3640
*.less linguist-detectable=true
3741
*.less linguist-documentation=false
@@ -161,10 +165,13 @@
161165
*.gif linguist-detectable=false
162166
*.gif linguist-documentation=false
163167
*.gif linguist-language=GIF
168+
164169
# End of linguist script
165170

166171
# 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
172+
173+
# File type: gitattributes file (*.gitattributes)
174+
# File version: 5 (2023, Saturday, August 5th at 5:47 pm PST)
175+
# Line count (including blank lines and compiler line): 178
176+
170177
# End of script

0 commit comments

Comments
 (0)