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

Side by Side Diff: .gitignore

Issue 1237803003: Use msvs toolchain from depot_tools. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Adding a landmine Created 5 years, 1 month 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
« no previous file with comments | « no previous file | DEPS » ('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 25 matching lines...) Expand all
36 d8_g 36 d8_g
37 gccauses 37 gccauses
38 gcsuspects 38 gcsuspects
39 shell 39 shell
40 shell_g 40 shell_g
41 /_* 41 /_*
42 /build/Debug 42 /build/Debug
43 /build/gyp 43 /build/gyp
44 /build/ipch/ 44 /build/ipch/
45 /build/Release 45 /build/Release
46 /build/win_toolchain.json
46 /buildtools 47 /buildtools
47 /hydrogen.cfg 48 /hydrogen.cfg
48 /obj 49 /obj
49 /out 50 /out
50 /perf.data 51 /perf.data
51 /perf.data.old 52 /perf.data.old
52 /test/benchmarks/data 53 /test/benchmarks/data
53 /test/mozilla/data 54 /test/mozilla/data
54 /test/promises-aplus/promises-tests 55 /test/promises-aplus/promises-tests
55 /test/promises-aplus/promises-tests.tar.gz 56 /test/promises-aplus/promises-tests.tar.gz
(...skipping 22 matching lines...) Expand all
78 TAGS 79 TAGS
79 *.Makefile 80 *.Makefile
80 GTAGS 81 GTAGS
81 GRTAGS 82 GRTAGS
82 GSYMS 83 GSYMS
83 GPATH 84 GPATH
84 gtags.files 85 gtags.files
85 turbo*.cfg 86 turbo*.cfg
86 turbo*.dot 87 turbo*.dot
87 turbo*.json 88 turbo*.json
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698