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

Side by Side Diff: .gitignore

Issue 1230973004: Upload symbols when uploading artifacts. (Closed) Base URL: https://github.com/domokit/monet.git@add_tracing
Patch Set: Use devtools for signature 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') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.pyc 1 *.pyc
2 *~ 2 *~
3 .DS_Store 3 .DS_Store
4 .landmines 4 .landmines
5 .gdb_history 5 .gdb_history
6 .gdbinit 6 .gdbinit
7 tags 7 tags
8 /build/util/LASTCHANGE* 8 /build/util/LASTCHANGE*
9 /build/linux/bin/eu-strip 9 /build/linux/bin/eu-strip
10 /buildtools/ 10 /buildtools/
(...skipping 13 matching lines...) Expand all
24 /third_party/icu/ 24 /third_party/icu/
25 /tools/grit/ 25 /tools/grit/
26 26
27 # android-specific stuff pulled in via DEPS 27 # android-specific stuff pulled in via DEPS
28 /third_party/android_tools/ 28 /third_party/android_tools/
29 /third_party/appurify-python/src/ 29 /third_party/appurify-python/src/
30 /third_party/jsr-305/src/ 30 /third_party/jsr-305/src/
31 /third_party/junit/src/ 31 /third_party/junit/src/
32 /third_party/mockito/src/ 32 /third_party/mockito/src/
33 /third_party/mojo/src/mojo/public/ 33 /third_party/mojo/src/mojo/public/
34 /third_party/mojo_devtools/
35 /third_party/pyelftools/
34 /third_party/requests/src/ 36 /third_party/requests/src/
35 /third_party/requests/src/ 37 /third_party/requests/src/
36 /third_party/robolectric/lib/ 38 /third_party/robolectric/lib/
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