Skip to content

Commit bc4ca8e

Browse files
committed
gitattributes: Cover Objective-C source files
Apple's Git distribution actually carries a similar file which annotates *.m: https://github.com/apple-opensource/Git/blob/73/gitattributes See comments in commit 29cf16d ("buildsys: Help git-diff adding .gitattributes config file") for details. Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Christian Schoenebeck <[email protected]> Message-Id: <[email protected]>
1 parent 27fc9f3 commit bc4ca8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.c.inc diff=c
22
*.h.inc diff=c
3+
*.m diff=objc
34
*.py diff=python

0 commit comments

Comments
 (0)