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

Side by Side Diff: .gitignore

Issue 1396803002: [test] Pull test262 as a dependency. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Review 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 /test/mozilla/data 57 /test/mozilla/data
58 /test/mozilla/data.old 58 /test/mozilla/data.old
59 /test/mozilla/downloaded_* 59 /test/mozilla/downloaded_*
60 /test/promises-aplus/promises-tests 60 /test/promises-aplus/promises-tests
61 /test/promises-aplus/promises-tests.tar.gz 61 /test/promises-aplus/promises-tests.tar.gz
62 /test/promises-aplus/sinon 62 /test/promises-aplus/sinon
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 /test/test262/data.old
68 /test/test262/tc39-test262-*
69 /test/test262-es6/data
70 /test/test262-es6/data.old
71 /test/test262-es6/tc39-test262-*
72 /testing/gmock 67 /testing/gmock
73 /testing/gtest 68 /testing/gtest
74 /third_party 69 /third_party
75 /third_party/icu 70 /third_party/icu
76 /third_party/llvm 71 /third_party/llvm
77 /third_party/llvm-build 72 /third_party/llvm-build
78 /tools/clang 73 /tools/clang
79 /tools/jsfunfuzz 74 /tools/jsfunfuzz
80 /tools/jsfunfuzz.zip 75 /tools/jsfunfuzz.zip
81 /tools/luci-go/linux64/isolate 76 /tools/luci-go/linux64/isolate
82 /tools/luci-go/mac64/isolate 77 /tools/luci-go/mac64/isolate
83 /tools/luci-go/win64/isolate.exe 78 /tools/luci-go/win64/isolate.exe
84 /tools/oom_dump/oom_dump 79 /tools/oom_dump/oom_dump
85 /tools/oom_dump/oom_dump.o 80 /tools/oom_dump/oom_dump.o
86 /tools/swarming_client 81 /tools/swarming_client
87 /tools/visual_studio/Debug 82 /tools/visual_studio/Debug
88 /tools/visual_studio/Release 83 /tools/visual_studio/Release
89 /v8.log.ll 84 /v8.log.ll
90 /xcodebuild 85 /xcodebuild
91 TAGS 86 TAGS
92 *.Makefile 87 *.Makefile
93 GTAGS 88 GTAGS
94 GRTAGS 89 GRTAGS
95 GSYMS 90 GSYMS
96 GPATH 91 GPATH
97 gtags.files 92 gtags.files
98 turbo*.cfg 93 turbo*.cfg
99 turbo*.dot 94 turbo*.dot
100 turbo*.json 95 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