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

Side by Side Diff: .gitignore

Issue 1361953003: [swarming] Add isolate configs for d8 on linux. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Keep test_isolation_mode variable 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/oom_dump/oom_dump 81 /tools/oom_dump/oom_dump
82 /tools/oom_dump/oom_dump.o 82 /tools/oom_dump/oom_dump.o
83 /tools/swarming_client
83 /tools/visual_studio/Debug 84 /tools/visual_studio/Debug
84 /tools/visual_studio/Release 85 /tools/visual_studio/Release
85 /v8.log.ll 86 /v8.log.ll
86 /xcodebuild 87 /xcodebuild
87 TAGS 88 TAGS
88 *.Makefile 89 *.Makefile
89 GTAGS 90 GTAGS
90 GRTAGS 91 GRTAGS
91 GSYMS 92 GSYMS
92 GPATH 93 GPATH
93 gtags.files 94 gtags.files
94 turbo*.cfg 95 turbo*.cfg
95 turbo*.dot 96 turbo*.dot
96 turbo*.json 97 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