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

Side by Side Diff: .gitignore

Issue 23498058: Migrate to new test status file syntax (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | test/benchmarks/benchmarks.status » ('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 19 matching lines...) Expand all
30 /_* 30 /_*
31 /build/Debug 31 /build/Debug
32 /build/gyp 32 /build/gyp
33 /build/ipch/ 33 /build/ipch/
34 /build/Release 34 /build/Release
35 /hydrogen.cfg 35 /hydrogen.cfg
36 /obj 36 /obj
37 /out 37 /out
38 /perf.data 38 /perf.data
39 /perf.data.old 39 /perf.data.old
40 /test/benchmarks/benchmarks.status2
41 /test/benchmarks/CHECKED_OUT_* 40 /test/benchmarks/CHECKED_OUT_*
42 /test/benchmarks/downloaded_* 41 /test/benchmarks/downloaded_*
43 /test/benchmarks/kraken 42 /test/benchmarks/kraken
44 /test/benchmarks/octane 43 /test/benchmarks/octane
45 /test/benchmarks/sunspider 44 /test/benchmarks/sunspider
46 /test/cctest/cctest.status2
47 /test/intl/intl.status2
48 /test/message/message.status2
49 /test/mjsunit/mjsunit.status2
50 /test/mozilla/CHECKED_OUT_VERSION 45 /test/mozilla/CHECKED_OUT_VERSION
51 /test/mozilla/data 46 /test/mozilla/data
52 /test/mozilla/downloaded_* 47 /test/mozilla/downloaded_*
53 /test/mozilla/mozilla.status2
54 /test/preparser/preparser.status2
55 /test/test262/data 48 /test/test262/data
56 /test/test262/test262-* 49 /test/test262/test262-*
57 /test/test262/test262.status2
58 /test/webkit/webkit.status2
59 /third_party 50 /third_party
60 /tools/jsfunfuzz 51 /tools/jsfunfuzz
61 /tools/jsfunfuzz.zip 52 /tools/jsfunfuzz.zip
62 /tools/oom_dump/oom_dump 53 /tools/oom_dump/oom_dump
63 /tools/oom_dump/oom_dump.o 54 /tools/oom_dump/oom_dump.o
64 /tools/visual_studio/Debug 55 /tools/visual_studio/Debug
65 /tools/visual_studio/Release 56 /tools/visual_studio/Release
66 /v8.log.ll 57 /v8.log.ll
67 /xcodebuild 58 /xcodebuild
68 TAGS 59 TAGS
69 *.Makefile 60 *.Makefile
70 GTAGS 61 GTAGS
71 GRTAGS 62 GRTAGS
72 GSYMS 63 GSYMS
73 GPATH 64 GPATH
OLDNEW
« no previous file with comments | « no previous file | test/benchmarks/benchmarks.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698