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

Side by Side Diff: .gitignore

Issue 1229953008: Update Dart SDK to 1.12.0-dev.3.1 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | mojo/public/dart/.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 # commonly generated files 1 # commonly generated files
2 *.pyc 2 *.pyc
3 *~ 3 *~
4 .*.sw? 4 .*.sw?
5 .DS_Store 5 .DS_Store
6 .classpath 6 .classpath
7 .cproject 7 .cproject
8 .gdb_history 8 .gdb_history
9 .gdbinit 9 .gdbinit
10 .landmines 10 .landmines
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 /third_party/robolectric/src/ 70 /third_party/robolectric/src/
71 /third_party/skia/ 71 /third_party/skia/
72 /third_party/smhasher/src/ 72 /third_party/smhasher/src/
73 /third_party/yasm/binaries/ 73 /third_party/yasm/binaries/
74 /third_party/yasm/source/patched-yasm/ 74 /third_party/yasm/source/patched-yasm/
75 /tools/grit/ 75 /tools/grit/
76 /v8/ 76 /v8/
77 77
78 # dart packages directories and related. 78 # dart packages directories and related.
79 /mojo/dart/apptest/packages 79 /mojo/dart/apptest/packages
80 /mojo/dart/apptest/.packages
80 /mojo/dart/mojo_services/packages 81 /mojo/dart/mojo_services/packages
82 /mojo/dart/mojo_services/.packages
81 /mojo/dart/mojo_services/pubspec.lock 83 /mojo/dart/mojo_services/pubspec.lock
82 /mojo/dart/mojom/bin/packages 84 /mojo/dart/mojom/bin/packages
83 /mojo/dart/mojom/packages 85 /mojo/dart/mojom/packages
86 /mojo/dart/mojom/.packages
84 /mojo/dart/mojom/test/packages 87 /mojo/dart/mojom/test/packages
88 /mojo/dart/observatory_test/.packages
89 /mojo/dart/testing/.packages
85 /sky/examples/hello_world/packages 90 /sky/examples/hello_world/packages
86 /sky/examples/stocks/packages 91 /sky/examples/stocks/packages
87 /sky/sdk/packages/mojo/packages 92 /sky/sdk/packages/mojo/packages
88 /sky/sdk/packages/mojo/pubspec.lock 93 /sky/sdk/packages/mojo/pubspec.lock
89 /sky/sdk/packages/sky/packages 94 /sky/sdk/packages/sky/packages
90 /sky/sdk/packages/sky/pubspec.lock 95 /sky/sdk/packages/sky/pubspec.lock
91 96
92 # sky tools 97 # sky tools
93 /sky/tools/skygo/linux64/sky_server 98 /sky/tools/skygo/linux64/sky_server
94 /sky/tools/skygo/mac/sky_server 99 /sky/tools/skygo/mac/sky_server
95 100
96 # downloaded keyboard_native resources. 101 # downloaded keyboard_native resources.
97 /services/keyboard_native/res/*.png 102 /services/keyboard_native/res/*.png
OLDNEW
« no previous file with comments | « no previous file | mojo/public/dart/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698