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

Side by Side Diff: .gitignore

Issue 131903003: Add libc++, libc++abi, and webgl/src to .gitignore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 /third_party/httpcomponents-core 224 /third_party/httpcomponents-core
225 /third_party/hunspell 225 /third_party/hunspell
226 /third_party/hunspell_dictionaries 226 /third_party/hunspell_dictionaries
227 /third_party/icu 227 /third_party/icu
228 /third_party/jarjar 228 /third_party/jarjar
229 /third_party/jsoncpp/source 229 /third_party/jsoncpp/source
230 /third_party/jsr-305/src 230 /third_party/jsr-305/src
231 /third_party/leveldatabase/src 231 /third_party/leveldatabase/src
232 /third_party/leveldb 232 /third_party/leveldb
233 /third_party/libaddressinput/src 233 /third_party/libaddressinput/src
234 /third_party/libc++/trunk
235 /third_party/libc++abi/trunk
234 /third_party/libexif/sources 236 /third_party/libexif/sources
235 /third_party/libjingle/source 237 /third_party/libjingle/source
236 /third_party/libjingle/source_internal 238 /third_party/libjingle/source_internal
237 /third_party/libjpeg_turbo 239 /third_party/libjpeg_turbo
238 /third_party/liblouis/src 240 /third_party/liblouis/src
239 /third_party/libmtp/ 241 /third_party/libmtp/
240 /third_party/libphonenumber/libphonenumber.xml 242 /third_party/libphonenumber/libphonenumber.xml
241 /third_party/libphonenumber/libphonenumber_without_metadata.xml 243 /third_party/libphonenumber/libphonenumber_without_metadata.xml
242 /third_party/libphonenumber/src 244 /third_party/libphonenumber/src
243 /third_party/libsrtp 245 /third_party/libsrtp
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 /third_party/trace-viewer 292 /third_party/trace-viewer
291 /third_party/tsan/ 293 /third_party/tsan/
292 /third_party/undoview 294 /third_party/undoview
293 /third_party/usb_ids 295 /third_party/usb_ids
294 /third_party/usrsctp/usrsctplib 296 /third_party/usrsctp/usrsctplib
295 /third_party/v8-i18n 297 /third_party/v8-i18n
296 /third_party/valgrind 298 /third_party/valgrind
297 /third_party/webdriver/pylib 299 /third_party/webdriver/pylib
298 /third_party/webdriver/python/selenium 300 /third_party/webdriver/python/selenium
299 /third_party/webgl 301 /third_party/webgl
302 /third_party/webgl/src
300 /third_party/WebKit 303 /third_party/WebKit
301 /third_party/webpagereplay/ 304 /third_party/webpagereplay/
302 /third_party/webrtc 305 /third_party/webrtc
303 /third_party/webrtc/internal 306 /third_party/webrtc/internal
304 /third_party/webrtc/modules/video_coding/codecs/vp8_internal 307 /third_party/webrtc/modules/video_coding/codecs/vp8_internal
305 /third_party/widevine/cdm/chromeos 308 /third_party/widevine/cdm/chromeos
306 /third_party/widevine/cdm/linux 309 /third_party/widevine/cdm/linux
307 /third_party/widevine/cdm/mac 310 /third_party/widevine/cdm/mac
308 /third_party/widevine/cdm/win 311 /third_party/widevine/cdm/win
309 /third_party/win_toolchain/.timestamps 312 /third_party/win_toolchain/.timestamps
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 /webkit/data/test_shell/plugins 345 /webkit/data/test_shell/plugins
343 /webkit/data/xbm_decoder 346 /webkit/data/xbm_decoder
344 /webkit/Debug 347 /webkit/Debug
345 /webkit/Release 348 /webkit/Release
346 /webkit/renderer/media/crypto/ppapi/cdm 349 /webkit/renderer/media/crypto/ppapi/cdm
347 /webpagereplay_logs/ 350 /webpagereplay_logs/
348 /win8/delegate_execute/delegate_execute_version_resources.xml 351 /win8/delegate_execute/delegate_execute_version_resources.xml
349 /win8/metro_driver/metro_driver_version_resources.xml 352 /win8/metro_driver/metro_driver_version_resources.xml
350 /x86-generic_out/ 353 /x86-generic_out/
351 /xcodebuild 354 /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