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

Side by Side Diff: .gitignore

Issue 23484058: Make GIT ignore intl.status2 file. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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 26 matching lines...) Expand all
37 /out 37 /out
38 /perf.data 38 /perf.data
39 /perf.data.old 39 /perf.data.old
40 /test/benchmarks/benchmarks.status2 40 /test/benchmarks/benchmarks.status2
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/cctest/cctest.status2 46 /test/cctest/cctest.status2
47 /test/intl/intl.status2
47 /test/message/message.status2 48 /test/message/message.status2
48 /test/mjsunit/mjsunit.status2 49 /test/mjsunit/mjsunit.status2
49 /test/mozilla/CHECKED_OUT_VERSION 50 /test/mozilla/CHECKED_OUT_VERSION
50 /test/mozilla/data 51 /test/mozilla/data
51 /test/mozilla/downloaded_* 52 /test/mozilla/downloaded_*
52 /test/mozilla/mozilla.status2 53 /test/mozilla/mozilla.status2
53 /test/preparser/preparser.status2 54 /test/preparser/preparser.status2
54 /test/test262/data 55 /test/test262/data
55 /test/test262/test262-* 56 /test/test262/test262-*
56 /test/test262/test262.status2 57 /test/test262/test262.status2
57 /test/webkit/webkit.status2 58 /test/webkit/webkit.status2
58 /third_party 59 /third_party
59 /tools/jsfunfuzz 60 /tools/jsfunfuzz
60 /tools/jsfunfuzz.zip 61 /tools/jsfunfuzz.zip
61 /tools/oom_dump/oom_dump 62 /tools/oom_dump/oom_dump
62 /tools/oom_dump/oom_dump.o 63 /tools/oom_dump/oom_dump.o
63 /tools/visual_studio/Debug 64 /tools/visual_studio/Debug
64 /tools/visual_studio/Release 65 /tools/visual_studio/Release
65 /v8.log.ll 66 /v8.log.ll
66 /xcodebuild 67 /xcodebuild
67 TAGS 68 TAGS
68 *.Makefile 69 *.Makefile
69 GTAGS 70 GTAGS
70 GRTAGS 71 GRTAGS
71 GSYMS 72 GSYMS
72 GPATH 73 GPATH
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