Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: .gitattributes

Issue 1340133006: - Fix git files. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | .gitignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Explicitly declare text files we want to be normalized. 1 # Explicitly declare text files we want to be normalized.
2 *.c text 2 *.c text
3 *.cc text
3 *.cpp text 4 *.cpp text
4 *.h text 5 *.h text
5 *.gyp text 6 *.gyp text
6 *.gypi text 7 *.gypi text
7 *.dart text 8 *.dart text
8 *.mk text 9 *.mk text
9 *.Makefile text 10 *.Makefile text
10 *.md text 11 *.md text
11 *.yaml text 12 *.yaml text
12 13
(...skipping 11 matching lines...) Expand all
24 tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text 25 tests/lib/mirrors/method_mirror_source_line_ending_cr.dart -text
25 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text 26 tests/lib/mirrors/method_mirror_source_line_ending_crlf.dart -text
26 tests/lib/mirrors/method_mirror_source_line_ending_lf.dart -text 27 tests/lib/mirrors/method_mirror_source_line_ending_lf.dart -text
27 tests/lib/mirrors/method_mirror_source_test.dart -text 28 tests/lib/mirrors/method_mirror_source_test.dart -text
28 tests/lib/mirrors/method_mirror_source_other.dart -text 29 tests/lib/mirrors/method_mirror_source_other.dart -text
29 30
30 # Files to leave alone and not diff. 31 # Files to leave alone and not diff.
31 *.png binary 32 *.png binary
32 *.jpg binary 33 *.jpg binary
33 *.xpi binary 34 *.xpi binary
OLDNEW
« no previous file with comments | « no previous file | .gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698