Skip to content

Commit 0e16913

Browse files
authored
.gitattributes [V5]
1 parent 93d2832 commit 0e16913

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

.gitattributes

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,30 @@
2828
*.hta linguist-detectable=true
2929
*.hta linguist-documentation=false
3030
*.hta linguist-language=HTML
31+
# C source file
32+
*.c linguist-detectable=true
33+
*.c linguist-documentation=false
34+
*.c linguist-language=C
35+
# C header source file
36+
*.h linguist-detectable=true
37+
*.h linguist-documentation=false
38+
*.h linguist-language=C
39+
# Rust source file
40+
*.rs linguist-detectable=true
41+
*.rs linguist-documentation=false
42+
*.rs linguist-language=C
43+
# D source source file
44+
*.d linguist-detectable=true
45+
*.d linguist-documentation=false
46+
*.d linguist-language=D
47+
# PHP source source file
48+
*.php linguist-detectable=true
49+
*.php linguist-documentation=false
50+
*.php linguist-language=PHP
51+
# CSS (Cascade Styling Sheets) stylesheet file
52+
*.css linguist-detectable=true
53+
*.css linguist-documentation=false
54+
*.css linguist-language=CSS
3155
# CSS (Cascade Styling Sheets) stylesheet file
3256
*.css linguist-detectable=true
3357
*.css linguist-documentation=false
@@ -161,10 +185,13 @@
161185
*.gif linguist-detectable=false
162186
*.gif linguist-documentation=false
163187
*.gif linguist-language=GIF
188+
164189
# End of linguist script
165190

166191
# 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
192+
193+
# File type: gitattributes file (*.gitattributes)
194+
# File version: 5 (2024, Monday, January 8th at 10:14 pm PST)
195+
# Line count (including blank lines and compiler line): 198
196+
170197
# End of script

0 commit comments

Comments
 (0)