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

Side by Side Diff: .gitignore

Issue 13878008: Remove deprecated test suite configurations. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | test/benchmarks/testcfg.py » ('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 11 matching lines...) Expand all
22 d8 22 d8
23 d8_g 23 d8_g
24 shell 24 shell
25 shell_g 25 shell_g
26 /build/Debug 26 /build/Debug
27 /build/gyp 27 /build/gyp
28 /build/Release 28 /build/Release
29 /obj 29 /obj
30 /out 30 /out
31 /test/cctest/cctest.status2 31 /test/cctest/cctest.status2
32 /test/es5conform/data
33 /test/message/message.status2 32 /test/message/message.status2
34 /test/mjsunit/mjsunit.status2 33 /test/mjsunit/mjsunit.status2
35 /test/mozilla/CHECKED_OUT_VERSION 34 /test/mozilla/CHECKED_OUT_VERSION
36 /test/mozilla/data 35 /test/mozilla/data
37 /test/mozilla/downloaded_* 36 /test/mozilla/downloaded_*
38 /test/mozilla/mozilla.status2 37 /test/mozilla/mozilla.status2
39 /test/preparser/preparser.status2 38 /test/preparser/preparser.status2
40 /test/sputnik/sputniktests
41 /test/test262/data 39 /test/test262/data
42 /test/test262/test262-* 40 /test/test262/test262-*
43 /test/test262/test262.status2 41 /test/test262/test262.status2
44 /third_party 42 /third_party
45 /tools/jsfunfuzz 43 /tools/jsfunfuzz
46 /tools/jsfunfuzz.zip 44 /tools/jsfunfuzz.zip
47 /tools/oom_dump/oom_dump 45 /tools/oom_dump/oom_dump
48 /tools/oom_dump/oom_dump.o 46 /tools/oom_dump/oom_dump.o
49 /tools/visual_studio/Debug 47 /tools/visual_studio/Debug
50 /tools/visual_studio/Release 48 /tools/visual_studio/Release
51 /xcodebuild 49 /xcodebuild
52 TAGS 50 TAGS
53 *.Makefile 51 *.Makefile
54 GTAGS 52 GTAGS
55 GRTAGS 53 GRTAGS
56 GSYMS 54 GSYMS
57 GPATH 55 GPATH
OLDNEW
« no previous file with comments | « no previous file | test/benchmarks/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698