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

Side by Side Diff: .gitignore

Issue 1236543003: Upload symbols when uploading mojo binaries to the CDN. (Closed) Base URL: https://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 | DEPS » ('j') | mojo/tools/upload_binaries.py » ('J')
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 /third_party/jsr-305/src/ 57 /third_party/jsr-305/src/
58 /third_party/libc++/trunk/ 58 /third_party/libc++/trunk/
59 /third_party/libc++abi/trunk/ 59 /third_party/libc++abi/trunk/
60 /third_party/libjpeg_turbo/ 60 /third_party/libjpeg_turbo/
61 /third_party/llvm/ 61 /third_party/llvm/
62 /third_party/llvm-build/ 62 /third_party/llvm-build/
63 /third_party/junit/src/ 63 /third_party/junit/src/
64 /third_party/mesa/src/ 64 /third_party/mesa/src/
65 /third_party/mockito/src/ 65 /third_party/mockito/src/
66 /third_party/pdfium/ 66 /third_party/pdfium/
67 /third_party/pyelftools/
67 /third_party/pywebsocket/src/ 68 /third_party/pywebsocket/src/
68 /third_party/requests/src/ 69 /third_party/requests/src/
69 /third_party/robolectric/src/ 70 /third_party/robolectric/src/
70 /third_party/skia/ 71 /third_party/skia/
71 /third_party/smhasher/src/ 72 /third_party/smhasher/src/
72 /third_party/yasm/binaries/ 73 /third_party/yasm/binaries/
73 /third_party/yasm/source/patched-yasm/ 74 /third_party/yasm/source/patched-yasm/
74 /tools/grit/ 75 /tools/grit/
75 /v8/ 76 /v8/
76 77
(...skipping 10 matching lines...) Expand all
87 /sky/sdk/packages/mojo/pubspec.lock 88 /sky/sdk/packages/mojo/pubspec.lock
88 /sky/sdk/packages/sky/packages 89 /sky/sdk/packages/sky/packages
89 /sky/sdk/packages/sky/pubspec.lock 90 /sky/sdk/packages/sky/pubspec.lock
90 91
91 # sky tools 92 # sky tools
92 /sky/tools/skygo/linux64/sky_server 93 /sky/tools/skygo/linux64/sky_server
93 /sky/tools/skygo/mac/sky_server 94 /sky/tools/skygo/mac/sky_server
94 95
95 # downloaded keyboard_native resources. 96 # downloaded keyboard_native resources.
96 /services/keyboard_native/res/*.png 97 /services/keyboard_native/res/*.png
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | mojo/tools/upload_binaries.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698