Skip to content

Commit 0957a2c

Browse files
authored
.gitattributes [V5]
.gitattributes [V5]
1 parent c52e06e commit 0957a2c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.gitattributes

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
*.css linguist-detectable=true
3333
*.css linguist-documentation=false
3434
*.css linguist-language=CSS
35+
# Objective-C# source file
36+
# Recognizing as Objective-C++ for now
37+
*.mm linguist-detectable=true
38+
*.mm linguist-documentation=false
39+
*.mm linguist-language=Objective-C++
3540
# Less stylesheet file
3641
*.less linguist-detectable=true
3742
*.less linguist-documentation=false
@@ -161,10 +166,13 @@
161166
*.gif linguist-detectable=false
162167
*.gif linguist-documentation=false
163168
*.gif linguist-language=GIF
169+
164170
# End of linguist script
165171

166172
# 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
173+
174+
# File type: gitattributes file (*.gitattributes)
175+
# File version: 5 (2023, Monday, April 3rd at 3:17 pm PST)
176+
# Line count (including blank lines and compiler line): 179
177+
170178
# End of script

0 commit comments

Comments
 (0)