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

Side by Side Diff: .gitignore

Issue 1157263003: Add vector_math and box2d as external Dart packages (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | DEPS » ('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 19 matching lines...) Expand all
30 /sdch/open-vcdiff/ 30 /sdch/open-vcdiff/
31 /testing/gmock/ 31 /testing/gmock/
32 /testing/gtest/ 32 /testing/gtest/
33 /third_party/android_tools/ 33 /third_party/android_tools/
34 /third_party/angle/ 34 /third_party/angle/
35 /third_party/appurify-python/ 35 /third_party/appurify-python/
36 /third_party/boringssl/src/ 36 /third_party/boringssl/src/
37 /third_party/brotli/src/ 37 /third_party/brotli/src/
38 /third_party/colorama/src/ 38 /third_party/colorama/src/
39 /third_party/dart-sdk/ 39 /third_party/dart-sdk/
40 /third_party/dart-pkg/vector_math
41 /third_party/dart-pkg/box2d
40 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf 42 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf
41 /third_party/freetype/ 43 /third_party/freetype/
42 /third_party/go/tool/ 44 /third_party/go/tool/
43 /third_party/icu/ 45 /third_party/icu/
44 /third_party/jsr-305/src/ 46 /third_party/jsr-305/src/
45 /third_party/libc++/trunk/ 47 /third_party/libc++/trunk/
46 /third_party/libc++abi/trunk/ 48 /third_party/libc++abi/trunk/
47 /third_party/libjpeg_turbo/ 49 /third_party/libjpeg_turbo/
48 /third_party/llvm/ 50 /third_party/llvm/
49 /third_party/llvm-build/ 51 /third_party/llvm-build/
(...skipping 18 matching lines...) Expand all
68 /sky/examples/hello_world/packages 70 /sky/examples/hello_world/packages
69 /sky/examples/stocks/packages 71 /sky/examples/stocks/packages
70 /sky/sdk/packages/mojo/packages 72 /sky/sdk/packages/mojo/packages
71 /sky/sdk/packages/mojo/pubspec.lock 73 /sky/sdk/packages/mojo/pubspec.lock
72 /sky/sdk/packages/sky/packages 74 /sky/sdk/packages/sky/packages
73 /sky/sdk/packages/sky/pubspec.lock 75 /sky/sdk/packages/sky/pubspec.lock
74 76
75 # sky tools 77 # sky tools
76 /sky/tools/skygo/linux64/sky_server 78 /sky/tools/skygo/linux64/sky_server
77 /sky/tools/skygo/mac/sky_server 79 /sky/tools/skygo/mac/sky_server
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698