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

Side by Side Diff: .gitignore

Issue 223673004: Version 3.24.35.27 (Closed) Base URL: https://v8.googlecode.com/svn/branches/3.24
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 | src/version.cc » ('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 28 matching lines...) Expand all
39 /perf.data.old 39 /perf.data.old
40 /test/benchmarks/CHECKED_OUT_* 40 /test/benchmarks/CHECKED_OUT_*
41 /test/benchmarks/downloaded_* 41 /test/benchmarks/downloaded_*
42 /test/benchmarks/kraken 42 /test/benchmarks/kraken
43 /test/benchmarks/octane 43 /test/benchmarks/octane
44 /test/benchmarks/sunspider 44 /test/benchmarks/sunspider
45 /test/mozilla/CHECKED_OUT_VERSION 45 /test/mozilla/CHECKED_OUT_VERSION
46 /test/mozilla/data 46 /test/mozilla/data
47 /test/mozilla/downloaded_* 47 /test/mozilla/downloaded_*
48 /test/test262/data 48 /test/test262/data
49 /test/test262/test262-* 49 /test/test262/tc39-test262-*
50 /third_party 50 /third_party
51 /tools/jsfunfuzz 51 /tools/jsfunfuzz
52 /tools/jsfunfuzz.zip 52 /tools/jsfunfuzz.zip
53 /tools/oom_dump/oom_dump 53 /tools/oom_dump/oom_dump
54 /tools/oom_dump/oom_dump.o 54 /tools/oom_dump/oom_dump.o
55 /tools/visual_studio/Debug 55 /tools/visual_studio/Debug
56 /tools/visual_studio/Release 56 /tools/visual_studio/Release
57 /v8.log.ll 57 /v8.log.ll
58 /xcodebuild 58 /xcodebuild
59 TAGS 59 TAGS
60 *.Makefile 60 *.Makefile
61 GTAGS 61 GTAGS
62 GRTAGS 62 GRTAGS
63 GSYMS 63 GSYMS
64 GPATH 64 GPATH
OLDNEW
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698