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

Side by Side Diff: .gitignore

Issue 1330823002: Add third_party/lss and third_party/proguard to .gitignore. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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
« 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 /third_party/libjingle 109 /third_party/libjingle
110 /third_party/libjpeg 110 /third_party/libjpeg
111 /third_party/libjpeg_turbo 111 /third_party/libjpeg_turbo
112 /third_party/libsrtp 112 /third_party/libsrtp
113 /third_party/libvpx 113 /third_party/libvpx
114 /third_party/libxml 114 /third_party/libxml
115 /third_party/libudev 115 /third_party/libudev
116 /third_party/libyuv 116 /third_party/libyuv
117 /third_party/llvm 117 /third_party/llvm
118 /third_party/llvm-build 118 /third_party/llvm-build
119 /third_party/lss
119 /third_party/mockito 120 /third_party/mockito
120 /third_party/modp_b64 121 /third_party/modp_b64
121 /third_party/nss 122 /third_party/nss
122 /third_party/oauth2 123 /third_party/oauth2
123 /third_party/ocmock 124 /third_party/ocmock
124 /third_party/openmax_dl 125 /third_party/openmax_dl
125 /third_party/opus 126 /third_party/opus
127 /third_party/proguard
126 /third_party/protobuf 128 /third_party/protobuf
127 /third_party/requests 129 /third_party/requests
128 /third_party/robolectric 130 /third_party/robolectric
129 /third_party/sqlite 131 /third_party/sqlite
130 /third_party/syzygy 132 /third_party/syzygy
131 /third_party/usrsctp 133 /third_party/usrsctp
132 /third_party/valgrind 134 /third_party/valgrind
133 /third_party/winsdk_samples/src 135 /third_party/winsdk_samples/src
134 /third_party/yasm 136 /third_party/yasm
135 /third_party/zlib 137 /third_party/zlib
(...skipping 30 matching lines...) Expand all
166 /webrtc/modules/audio_device/android/test/bin/ 168 /webrtc/modules/audio_device/android/test/bin/
167 /webrtc/modules/audio_device/android/test/gen/ 169 /webrtc/modules/audio_device/android/test/gen/
168 /webrtc/modules/audio_device/android/test/libs/ 170 /webrtc/modules/audio_device/android/test/libs/
169 /webrtc/video_engine/test/android/bin 171 /webrtc/video_engine/test/android/bin
170 /webrtc/video_engine/test/android/gen 172 /webrtc/video_engine/test/android/gen
171 /webrtc/video_engine/test/android/libs 173 /webrtc/video_engine/test/android/libs
172 /webrtc/video_engine/test/android/obj 174 /webrtc/video_engine/test/android/obj
173 /x86-generic_out/ 175 /x86-generic_out/
174 /xcodebuild 176 /xcodebuild
175 177
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