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

Side by Side Diff: .gitignore

Issue 745963005: Add support for downloading clang (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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') | DEPS » ('J')
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 /test/test262/data.old 62 /test/test262/data.old
63 /test/test262/tc39-test262-* 63 /test/test262/tc39-test262-*
64 /test/test262-es6/data 64 /test/test262-es6/data
65 /test/test262-es6/data.old 65 /test/test262-es6/data.old
66 /test/test262-es6/tc39-test262-* 66 /test/test262-es6/tc39-test262-*
67 /testing/gmock 67 /testing/gmock
68 /testing/gtest 68 /testing/gtest
69 /third_party 69 /third_party
70 /third_party/icu 70 /third_party/icu
71 /third_party/llvm 71 /third_party/llvm
72 /third_party/llvm-build
73 /tools/clang
72 /tools/jsfunfuzz 74 /tools/jsfunfuzz
73 /tools/jsfunfuzz.zip 75 /tools/jsfunfuzz.zip
74 /tools/oom_dump/oom_dump 76 /tools/oom_dump/oom_dump
75 /tools/oom_dump/oom_dump.o 77 /tools/oom_dump/oom_dump.o
76 /tools/visual_studio/Debug 78 /tools/visual_studio/Debug
77 /tools/visual_studio/Release 79 /tools/visual_studio/Release
78 /v8.log.ll 80 /v8.log.ll
79 /xcodebuild 81 /xcodebuild
80 TAGS 82 TAGS
81 *.Makefile 83 *.Makefile
82 GTAGS 84 GTAGS
83 GRTAGS 85 GRTAGS
84 GSYMS 86 GSYMS
85 GPATH 87 GPATH
86 gtags.files 88 gtags.files
87 turbo*.cfg 89 turbo*.cfg
88 turbo*.dot 90 turbo*.dot
89 turbo*.json 91 turbo*.json
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698