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

Side by Side Diff: .gitignore

Issue 1411143002: [test] Pull benchmarks as a dependency. (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 30 matching lines...) Expand all
41 /build/Debug 41 /build/Debug
42 /build/gyp 42 /build/gyp
43 /build/ipch/ 43 /build/ipch/
44 /build/Release 44 /build/Release
45 /buildtools 45 /buildtools
46 /hydrogen.cfg 46 /hydrogen.cfg
47 /obj 47 /obj
48 /out 48 /out
49 /perf.data 49 /perf.data
50 /perf.data.old 50 /perf.data.old
51 /test/benchmarks/CHECKED_OUT_* 51 /test/benchmarks/data
52 /test/benchmarks/downloaded_*
53 /test/benchmarks/kraken
54 /test/benchmarks/octane
55 /test/benchmarks/sunspider
56 /test/mozilla/data 52 /test/mozilla/data
57 /test/promises-aplus/promises-tests 53 /test/promises-aplus/promises-tests
58 /test/promises-aplus/promises-tests.tar.gz 54 /test/promises-aplus/promises-tests.tar.gz
59 /test/promises-aplus/sinon 55 /test/promises-aplus/sinon
60 /test/simdjs/data 56 /test/simdjs/data
61 /test/test262/data 57 /test/test262/data
62 /testing/gmock 58 /testing/gmock
63 /testing/gtest 59 /testing/gtest
64 /third_party 60 /third_party
65 /third_party/icu 61 /third_party/icu
(...skipping 15 matching lines...) Expand all
81 TAGS 77 TAGS
82 *.Makefile 78 *.Makefile
83 GTAGS 79 GTAGS
84 GRTAGS 80 GRTAGS
85 GSYMS 81 GSYMS
86 GPATH 82 GPATH
87 gtags.files 83 gtags.files
88 turbo*.cfg 84 turbo*.cfg
89 turbo*.dot 85 turbo*.dot
90 turbo*.json 86 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