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

Side by Side Diff: .gitignore

Issue 300453003: Drop gitignore entry for now obsolete test262 archive (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 | no next file » | 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 /test/mozilla/CHECKED_OUT_VERSION 52 /test/mozilla/CHECKED_OUT_VERSION
53 /test/mozilla/data 53 /test/mozilla/data
54 /test/mozilla/data.old 54 /test/mozilla/data.old
55 /test/mozilla/downloaded_* 55 /test/mozilla/downloaded_*
56 /test/promises-aplus/promises-tests 56 /test/promises-aplus/promises-tests
57 /test/promises-aplus/promises-tests.tar.gz 57 /test/promises-aplus/promises-tests.tar.gz
58 /test/promises-aplus/sinon 58 /test/promises-aplus/sinon
59 /test/test262/data 59 /test/test262/data
60 /test/test262/data.old 60 /test/test262/data.old
61 /test/test262/tc39-test262-* 61 /test/test262/tc39-test262-*
62 /test/test262/test262-*
63 /third_party 62 /third_party
64 /tools/jsfunfuzz 63 /tools/jsfunfuzz
65 /tools/jsfunfuzz.zip 64 /tools/jsfunfuzz.zip
66 /tools/oom_dump/oom_dump 65 /tools/oom_dump/oom_dump
67 /tools/oom_dump/oom_dump.o 66 /tools/oom_dump/oom_dump.o
68 /tools/visual_studio/Debug 67 /tools/visual_studio/Debug
69 /tools/visual_studio/Release 68 /tools/visual_studio/Release
70 /v8.log.ll 69 /v8.log.ll
71 /xcodebuild 70 /xcodebuild
72 TAGS 71 TAGS
73 *.Makefile 72 *.Makefile
74 GTAGS 73 GTAGS
75 GRTAGS 74 GRTAGS
76 GSYMS 75 GSYMS
77 GPATH 76 GPATH
78 gtags.files 77 gtags.files
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698