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

Side by Side Diff: .gitignore

Issue 1403133002: Add .gitignore entry for libupnp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.orig 5 *.orig
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 /third_party/leveldb 336 /third_party/leveldb
337 /third_party/libaddressinput/src 337 /third_party/libaddressinput/src
338 /third_party/libexif/sources 338 /third_party/libexif/sources
339 /third_party/libjingle/source 339 /third_party/libjingle/source
340 /third_party/libjpeg_turbo 340 /third_party/libjpeg_turbo
341 /third_party/liblouis/src 341 /third_party/liblouis/src
342 /third_party/libphonenumber/libphonenumber.xml 342 /third_party/libphonenumber/libphonenumber.xml
343 /third_party/libphonenumber/libphonenumber_without_metadata.xml 343 /third_party/libphonenumber/libphonenumber_without_metadata.xml
344 /third_party/libphonenumber/src 344 /third_party/libphonenumber/src
345 /third_party/libsrtp 345 /third_party/libsrtp
346 /third_party/libupnp
346 /third_party/libvpx_new/source/libvpx 347 /third_party/libvpx_new/source/libvpx
347 /third_party/libwebm/source 348 /third_party/libwebm/source
348 /third_party/libyuv 349 /third_party/libyuv
349 /third_party/lighttpd 350 /third_party/lighttpd
350 /third_party/llvm 351 /third_party/llvm
351 /third_party/llvm-allocated-type 352 /third_party/llvm-allocated-type
352 /third_party/llvm-build 353 /third_party/llvm-build
353 /third_party/lss 354 /third_party/lss
354 /third_party/mesa/src 355 /third_party/mesa/src
355 /third_party/mingw-w64 356 /third_party/mingw-w64
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 /ui/surface/surface.xml 443 /ui/surface/surface.xml
443 /ui/surface/surface_gpu_tests.xml 444 /ui/surface/surface_gpu_tests.xml
444 /v8 445 /v8
445 # Results directory for run-webkit-tests. http://crbug.com/488288 446 # Results directory for run-webkit-tests. http://crbug.com/488288
446 /webkit 447 /webkit
447 /webpagereplay_logs/ 448 /webpagereplay_logs/
448 /win8/delegate_execute/delegate_execute_version_resources.xml 449 /win8/delegate_execute/delegate_execute_version_resources.xml
449 /win8/metro_driver/metro_driver_version_resources.xml 450 /win8/metro_driver/metro_driver_version_resources.xml
450 /x86-generic_out/ 451 /x86-generic_out/
451 /xcodebuild 452 /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