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

Side by Side Diff: .gitignore

Issue 259593002: Update .gitignore wrt promise test files. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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 28 matching lines...) Expand all
39 /perf.data 39 /perf.data
40 /perf.data.old 40 /perf.data.old
41 /test/benchmarks/CHECKED_OUT_* 41 /test/benchmarks/CHECKED_OUT_*
42 /test/benchmarks/downloaded_* 42 /test/benchmarks/downloaded_*
43 /test/benchmarks/kraken 43 /test/benchmarks/kraken
44 /test/benchmarks/octane 44 /test/benchmarks/octane
45 /test/benchmarks/sunspider 45 /test/benchmarks/sunspider
46 /test/mozilla/CHECKED_OUT_VERSION 46 /test/mozilla/CHECKED_OUT_VERSION
47 /test/mozilla/data 47 /test/mozilla/data
48 /test/mozilla/downloaded_* 48 /test/mozilla/downloaded_*
49 /test/promises-aplus/promises-tests
50 /test/promises-aplus/promises-tests.tar.gz
51 /test/promises-aplus/sinon
49 /test/test262/data 52 /test/test262/data
50 /test/test262/tc39-test262-* 53 /test/test262/tc39-test262-*
51 /third_party 54 /third_party
52 /tools/jsfunfuzz 55 /tools/jsfunfuzz
53 /tools/jsfunfuzz.zip 56 /tools/jsfunfuzz.zip
54 /tools/oom_dump/oom_dump 57 /tools/oom_dump/oom_dump
55 /tools/oom_dump/oom_dump.o 58 /tools/oom_dump/oom_dump.o
56 /tools/visual_studio/Debug 59 /tools/visual_studio/Debug
57 /tools/visual_studio/Release 60 /tools/visual_studio/Release
58 /v8.log.ll 61 /v8.log.ll
59 /xcodebuild 62 /xcodebuild
60 TAGS 63 TAGS
61 *.Makefile 64 *.Makefile
62 GTAGS 65 GTAGS
63 GRTAGS 66 GRTAGS
64 GSYMS 67 GSYMS
65 GPATH 68 GPATH
66 gtags.files 69 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