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

Side by Side Diff: .gitignore

Issue 2588423004: Readd third_party/llvm-build to .gitignore (Closed)
Patch Set: Created 4 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 | 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 *.DS_Store 1 *.DS_Store
2 *.Makefile 2 *.Makefile
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 /third_party/libc++-static 97 /third_party/libc++-static
98 /third_party/libc++abi 98 /third_party/libc++abi
99 /third_party/libjingle 99 /third_party/libjingle
100 /third_party/libjpeg 100 /third_party/libjpeg
101 /third_party/libjpeg_turbo 101 /third_party/libjpeg_turbo
102 /third_party/libsrtp 102 /third_party/libsrtp
103 /third_party/libvpx 103 /third_party/libvpx
104 /third_party/libxml 104 /third_party/libxml
105 /third_party/libyuv 105 /third_party/libyuv
106 /third_party/llvm 106 /third_party/llvm
107 /third_party/llvm-build
107 /third_party/lss 108 /third_party/lss
108 /third_party/mockito 109 /third_party/mockito
109 /third_party/modp_b64 110 /third_party/modp_b64
110 /third_party/oauth2 111 /third_party/oauth2
111 /third_party/objenesis 112 /third_party/objenesis
112 /third_party/ocmock 113 /third_party/ocmock
113 /third_party/openh264 114 /third_party/openh264
114 /third_party/openmax_dl 115 /third_party/openmax_dl
115 /third_party/opus 116 /third_party/opus
116 /third_party/ow2_asm 117 /third_party/ow2_asm
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 /tools-webrtc/video_quality_toolchain/linux/zxing 151 /tools-webrtc/video_quality_toolchain/linux/zxing
151 /tools-webrtc/video_quality_toolchain/mac/ffmpeg 152 /tools-webrtc/video_quality_toolchain/mac/ffmpeg
152 /tools-webrtc/video_quality_toolchain/mac/zxing 153 /tools-webrtc/video_quality_toolchain/mac/zxing
153 /tools-webrtc/video_quality_toolchain/win/*.dll 154 /tools-webrtc/video_quality_toolchain/win/*.dll
154 /tools-webrtc/video_quality_toolchain/win/*.exe 155 /tools-webrtc/video_quality_toolchain/win/*.exe
155 /tools/vim 156 /tools/vim
156 /tools/win 157 /tools/win
157 /tools/whitespace.txt 158 /tools/whitespace.txt
158 /x86-generic_out/ 159 /x86-generic_out/
159 /xcodebuild 160 /xcodebuild
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