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

Side by Side Diff: .gitignore

Issue 2024893002: [mb] Add mb config (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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') | infra/mb/mb_config.pyl » ('J')
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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 /third_party/llvm-build 65 /third_party/llvm-build
66 /tools/clang 66 /tools/clang
67 /tools/gcmole/gcmole-tools 67 /tools/gcmole/gcmole-tools
68 /tools/gcmole/gcmole-tools.tar.gz 68 /tools/gcmole/gcmole-tools.tar.gz
69 /tools/gyp 69 /tools/gyp
70 /tools/jsfunfuzz/jsfunfuzz 70 /tools/jsfunfuzz/jsfunfuzz
71 /tools/jsfunfuzz/jsfunfuzz.tar.gz 71 /tools/jsfunfuzz/jsfunfuzz.tar.gz
72 /tools/luci-go/linux64/isolate 72 /tools/luci-go/linux64/isolate
73 /tools/luci-go/mac64/isolate 73 /tools/luci-go/mac64/isolate
74 /tools/luci-go/win64/isolate.exe 74 /tools/luci-go/win64/isolate.exe
75 /tools/mb
75 /tools/oom_dump/oom_dump 76 /tools/oom_dump/oom_dump
76 /tools/oom_dump/oom_dump.o 77 /tools/oom_dump/oom_dump.o
77 /tools/swarming_client 78 /tools/swarming_client
78 /tools/visual_studio/Debug 79 /tools/visual_studio/Debug
79 /tools/visual_studio/Release 80 /tools/visual_studio/Release
80 /v8.log.ll 81 /v8.log.ll
81 /xcodebuild 82 /xcodebuild
82 TAGS 83 TAGS
83 *.Makefile 84 *.Makefile
84 GTAGS 85 GTAGS
85 GRTAGS 86 GRTAGS
86 GSYMS 87 GSYMS
87 GPATH 88 GPATH
88 tags 89 tags
89 gtags.files 90 gtags.files
90 turbo*.cfg 91 turbo*.cfg
91 turbo*.dot 92 turbo*.dot
92 turbo*.json 93 turbo*.json
93 v8.ignition_dispatches_table.json 94 v8.ignition_dispatches_table.json
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | infra/mb/mb_config.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698