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

Side by Side Diff: .gitignore

Issue 22715004: Version 3.20.15 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Add TypedArray API and correctness patches r16033 and r16084 Created 7 years, 4 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 | ChangeLog » ('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_*
42 /test/benchmarks/downloaded_*
43 /test/benchmarks/kraken
44 /test/benchmarks/octane
45 /test/benchmarks/sunspider
46 /test/cctest/cctest.status2 40 /test/cctest/cctest.status2
47 /test/message/message.status2 41 /test/message/message.status2
48 /test/mjsunit/mjsunit.status2 42 /test/mjsunit/mjsunit.status2
49 /test/mozilla/CHECKED_OUT_VERSION 43 /test/mozilla/CHECKED_OUT_VERSION
50 /test/mozilla/data 44 /test/mozilla/data
51 /test/mozilla/downloaded_* 45 /test/mozilla/downloaded_*
52 /test/mozilla/mozilla.status2 46 /test/mozilla/mozilla.status2
53 /test/preparser/preparser.status2 47 /test/preparser/preparser.status2
54 /test/test262/data 48 /test/test262/data
55 /test/test262/test262-* 49 /test/test262/test262-*
56 /test/test262/test262.status2 50 /test/test262/test262.status2
57 /test/webkit/webkit.status2 51 /test/webkit/webkit.status2
58 /third_party 52 /third_party
59 /tools/jsfunfuzz 53 /tools/jsfunfuzz
60 /tools/jsfunfuzz.zip 54 /tools/jsfunfuzz.zip
61 /tools/oom_dump/oom_dump 55 /tools/oom_dump/oom_dump
62 /tools/oom_dump/oom_dump.o 56 /tools/oom_dump/oom_dump.o
63 /tools/visual_studio/Debug 57 /tools/visual_studio/Debug
64 /tools/visual_studio/Release 58 /tools/visual_studio/Release
65 /v8.log.ll 59 /v8.log.ll
66 /xcodebuild 60 /xcodebuild
67 TAGS 61 TAGS
68 *.Makefile 62 *.Makefile
69 GTAGS 63 GTAGS
70 GRTAGS 64 GRTAGS
71 GSYMS 65 GSYMS
72 GPATH 66 GPATH
OLDNEW
« no previous file with comments | « no previous file | ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698