| Index: .gitattributes
|
| diff --git a/.gitattributes b/.gitattributes
|
| index 112752d1ba1029a3f6659849beb32eae5eb1c89a..f9b113558ccbf5181fa595e63ad49236a704ad69 100644
|
| --- a/.gitattributes
|
| +++ b/.gitattributes
|
| @@ -17,9 +17,12 @@ tests/compiler/dart2js_extra/literal_string_juxtaposition_test.dart -text
|
| tests/language/raw_string_test.dart -text
|
| tests/language/multiline_strings_test.dart -text
|
| tests/lib/convert/json_pretty_test.dart -text
|
| +tests/lib/mirrors/method_mirror_source_line_ending_test.dart -text
|
| tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text
|
| tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text
|
| tests/lib/mirrors/method_mirror_source_line_ending_lf.dart -text
|
| +tests/lib/mirrors/method_mirror_source_test.dart -text
|
| +tests/lib/mirrors/method_mirror_source_other.dart -text
|
| pkg/js_ast/test/printer_callback_test.dart -text
|
|
|
| # Files to leave alone and not diff.
|
|
|