add .gitattributes for Ruby method detection
commit9abee7848c39616af5e584565d7a2c762623a42d
authorEric Wong <e@80x24.org>
Tue, 17 Nov 2015 22:01:03 +0000 (17 22:01 +0000)
committerEric Wong <e@80x24.org>
Tue, 17 Nov 2015 22:05:20 +0000 (17 22:05 +0000)
treec305aca84a492ef2e3634a58f95b1d6bd0cf98b4
parent6452e02d910a52c9c1206ecec800b910609da405
add .gitattributes for Ruby method detection

The "diff" function detection for C does not map well to
Ruby files, take advantage of gitattributes(5) to improve
method name detection in generated patches as well as
making "git diff -W" output more useful.
.gitattributes [new file with mode: 0644]