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 1380983002: [swarming] Add luci-go's isolate tool, downloaded via runhooks. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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 *.a 1 *.a
2 *.exe 2 *.exe
3 *.idb 3 *.idb
4 *.lib 4 *.lib
5 *.log 5 *.log
6 *.map 6 *.map
7 *.mk 7 *.mk
8 *.ncb 8 *.ncb
9 *.pdb 9 *.pdb
10 *.pyc 10 *.pyc
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 /test/test262-es6/tc39-test262-* 71 /test/test262-es6/tc39-test262-*
72 /testing/gmock 72 /testing/gmock
73 /testing/gtest 73 /testing/gtest
74 /third_party 74 /third_party
75 /third_party/icu 75 /third_party/icu
76 /third_party/llvm 76 /third_party/llvm
77 /third_party/llvm-build 77 /third_party/llvm-build
78 /tools/clang 78 /tools/clang
79 /tools/jsfunfuzz 79 /tools/jsfunfuzz
80 /tools/jsfunfuzz.zip 80 /tools/jsfunfuzz.zip
81 /tools/luci-go/linux64/isolate
82 /tools/luci-go/mac64/isolate
83 /tools/luci-go/win64/isolate.exe
81 /tools/oom_dump/oom_dump 84 /tools/oom_dump/oom_dump
82 /tools/oom_dump/oom_dump.o 85 /tools/oom_dump/oom_dump.o
83 /tools/swarming_client 86 /tools/swarming_client
84 /tools/visual_studio/Debug 87 /tools/visual_studio/Debug
85 /tools/visual_studio/Release 88 /tools/visual_studio/Release
86 /v8.log.ll 89 /v8.log.ll
87 /xcodebuild 90 /xcodebuild
88 TAGS 91 TAGS
89 *.Makefile 92 *.Makefile
90 GTAGS 93 GTAGS
91 GRTAGS 94 GRTAGS
92 GSYMS 95 GSYMS
93 GPATH 96 GPATH
94 gtags.files 97 gtags.files
95 turbo*.cfg 98 turbo*.cfg
96 turbo*.dot 99 turbo*.dot
97 turbo*.json 100 turbo*.json
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