Skip to content

Commit 92b22d4

Browse files
authored
.gitattributes [V6]
1 parent 69ccad4 commit 92b22d4

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

.gitattributes

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,32 @@
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+
# C source file
44+
*.c linguist-detectable=true
45+
*.c linguist-documentation=false
46+
*.c linguist-language=C
47+
# Pascal source file
48+
*.inc linguist-detectable=true
49+
*.inc linguist-documentation=false
50+
*.inc linguist-language=Pascal
51+
*.pas linguist-detectable=true
52+
*.pas linguist-documentation=false
53+
*.pas linguist-language=Pascal
54+
*.pp linguist-detectable=true
55+
*.pp linguist-documentation=false
56+
*.pp linguist-language=Pascal
57+
# HTTP source file
58+
*.http linguist-detectable=true
59+
*.http linguist-documentation=false
60+
*.http linguist-language=HTTP
3561
# JavaScript source file
3662
*.js linguist-detectable=true
3763
*.js linguist-documentation=false
@@ -177,7 +203,7 @@
177203
# File info
178204

179205
# File type: gitattributes file (*.gitattributes)
180-
# File version: 5 (2024, Wednesday, August 21st at 03:50 pm PST)
181-
# Line count (including blank lines and compiler line): 184
206+
# File version: 6 (2025, Monday, April 28th at 09:57 pm PST)
207+
# Line count (including blank lines and compiler line): 210
182208

183209
# End of script

0 commit comments

Comments
 (0)