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

Side by Side Diff: .gitignore

Issue 1358833002: Remove obsolete entries from .gitignore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 *.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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 /third_party/jsoncpp/source 324 /third_party/jsoncpp/source
325 /third_party/jsr-305/src 325 /third_party/jsr-305/src
326 /third_party/junit/src 326 /third_party/junit/src
327 /third_party/kasko 327 /third_party/kasko
328 /third_party/khronos_glcts 328 /third_party/khronos_glcts
329 /third_party/leveldatabase/src 329 /third_party/leveldatabase/src
330 /third_party/leveldb 330 /third_party/leveldb
331 /third_party/libaddressinput/src 331 /third_party/libaddressinput/src
332 /third_party/libexif/sources 332 /third_party/libexif/sources
333 /third_party/libjingle/source 333 /third_party/libjingle/source
334 /third_party/libjingle/source_internal
335 /third_party/libjpeg_turbo 334 /third_party/libjpeg_turbo
336 /third_party/liblouis/src 335 /third_party/liblouis/src
337 /third_party/libphonenumber/libphonenumber.xml 336 /third_party/libphonenumber/libphonenumber.xml
338 /third_party/libphonenumber/libphonenumber_without_metadata.xml 337 /third_party/libphonenumber/libphonenumber_without_metadata.xml
339 /third_party/libphonenumber/src 338 /third_party/libphonenumber/src
340 /third_party/libsrtp 339 /third_party/libsrtp
341 /third_party/libvpx 340 /third_party/libvpx
342 /third_party/libvpx_new/source/libvpx 341 /third_party/libvpx_new/source/libvpx
343 /third_party/libwebm/source 342 /third_party/libwebm/source
344 /third_party/libyuv 343 /third_party/libyuv
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 /third_party/v8-i18n 394 /third_party/v8-i18n
396 /third_party/valgrind 395 /third_party/valgrind
397 /third_party/v4l2capture 396 /third_party/v4l2capture
398 /third_party/webdriver/pylib 397 /third_party/webdriver/pylib
399 /third_party/webdriver/python/selenium 398 /third_party/webdriver/python/selenium
400 /third_party/webgl 399 /third_party/webgl
401 /third_party/webgl/src 400 /third_party/webgl/src
402 /third_party/WebKit 401 /third_party/WebKit
403 /third_party/webpagereplay/ 402 /third_party/webpagereplay/
404 /third_party/webrtc 403 /third_party/webrtc
405 /third_party/webrtc/internal
406 /third_party/webrtc/modules/video_coding/codecs/vp8_internal
407 /third_party/widevine/cdm/chromeos 404 /third_party/widevine/cdm/chromeos
408 /third_party/widevine/cdm/linux 405 /third_party/widevine/cdm/linux
409 /third_party/widevine/cdm/mac 406 /third_party/widevine/cdm/mac
410 /third_party/widevine/cdm/win 407 /third_party/widevine/cdm/win
411 /third_party/widevine/test/license_server 408 /third_party/widevine/test/license_server
412 /third_party/win_toolchain/.timestamps 409 /third_party/win_toolchain/.timestamps
413 /third_party/win_toolchain/files 410 /third_party/win_toolchain/files
414 /third_party/wix 411 /third_party/wix
415 /third_party/xdg-utils 412 /third_party/xdg-utils
416 /third_party/xulrunner-sdk 413 /third_party/xulrunner-sdk
(...skipping 24 matching lines...) Expand all
441 /ui/surface/surface.xml 438 /ui/surface/surface.xml
442 /ui/surface/surface_gpu_tests.xml 439 /ui/surface/surface_gpu_tests.xml
443 /v8 440 /v8
444 # Results directory for run-webkit-tests. http://crbug.com/488288 441 # Results directory for run-webkit-tests. http://crbug.com/488288
445 /webkit 442 /webkit
446 /webpagereplay_logs/ 443 /webpagereplay_logs/
447 /win8/delegate_execute/delegate_execute_version_resources.xml 444 /win8/delegate_execute/delegate_execute_version_resources.xml
448 /win8/metro_driver/metro_driver_version_resources.xml 445 /win8/metro_driver/metro_driver_version_resources.xml
449 /x86-generic_out/ 446 /x86-generic_out/
450 /xcodebuild 447 /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