File tree 1 file changed +17
-3
lines changed
1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 32
32
* .css linguist-detectable =true
33
33
* .css linguist-documentation =false
34
34
* .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
35
47
# Less stylesheet file
36
48
* .less linguist-detectable =true
37
49
* .less linguist-documentation =false
161
173
* .gif linguist-detectable =false
162
174
* .gif linguist-documentation =false
163
175
* .gif linguist-language =GIF
176
+
164
177
# End of linguist script
165
178
166
179
# 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
+
170
184
# End of script
You can’t perform that action at this time.
0 commit comments