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

Side by Side Diff: .gitignore

Issue 1385193002: Bisect clang Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 246985 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 /test/simdjs/CHECKED_OUT_* 63 /test/simdjs/CHECKED_OUT_*
64 /test/simdjs/ecmascript_simd* 64 /test/simdjs/ecmascript_simd*
65 /test/simdjs/data* 65 /test/simdjs/data*
66 /test/test262/data 66 /test/test262/data
67 /testing/gmock 67 /testing/gmock
68 /testing/gtest 68 /testing/gtest
69 /third_party 69 /third_party
70 /third_party/icu 70 /third_party/icu
71 /third_party/llvm 71 /third_party/llvm
72 /third_party/llvm-build 72 /third_party/llvm-build
73 /tools/clang
74 /tools/jsfunfuzz 73 /tools/jsfunfuzz
75 /tools/jsfunfuzz.zip 74 /tools/jsfunfuzz.zip
76 /tools/luci-go/linux64/isolate 75 /tools/luci-go/linux64/isolate
77 /tools/luci-go/mac64/isolate 76 /tools/luci-go/mac64/isolate
78 /tools/luci-go/win64/isolate.exe 77 /tools/luci-go/win64/isolate.exe
79 /tools/oom_dump/oom_dump 78 /tools/oom_dump/oom_dump
80 /tools/oom_dump/oom_dump.o 79 /tools/oom_dump/oom_dump.o
81 /tools/swarming_client 80 /tools/swarming_client
82 /tools/visual_studio/Debug 81 /tools/visual_studio/Debug
83 /tools/visual_studio/Release 82 /tools/visual_studio/Release
84 /v8.log.ll 83 /v8.log.ll
85 /xcodebuild 84 /xcodebuild
86 TAGS 85 TAGS
87 *.Makefile 86 *.Makefile
88 GTAGS 87 GTAGS
89 GRTAGS 88 GRTAGS
90 GSYMS 89 GSYMS
91 GPATH 90 GPATH
92 gtags.files 91 gtags.files
93 turbo*.cfg 92 turbo*.cfg
94 turbo*.dot 93 turbo*.dot
95 turbo*.json 94 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