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

Side by Side Diff: .gitignore

Issue 1885503004: Add llvm-bootstrap to .gitignore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 /third_party/liblouis/src 360 /third_party/liblouis/src
361 /third_party/libphonenumber/dist 361 /third_party/libphonenumber/dist
362 /third_party/libsrtp 362 /third_party/libsrtp
363 /third_party/libupnp 363 /third_party/libupnp
364 /third_party/libvpx/source/libvpx 364 /third_party/libvpx/source/libvpx
365 /third_party/libwebm/source 365 /third_party/libwebm/source
366 /third_party/libyuv 366 /third_party/libyuv
367 /third_party/lighttpd 367 /third_party/lighttpd
368 /third_party/llvm 368 /third_party/llvm
369 /third_party/llvm-allocated-type 369 /third_party/llvm-allocated-type
370 /third_party/llvm-bootstrap
370 /third_party/llvm-build 371 /third_party/llvm-build
371 /third_party/lss 372 /third_party/lss
372 /third_party/mesa/src 373 /third_party/mesa/src
373 /third_party/mingw-w64 374 /third_party/mingw-w64
374 /third_party/minigbm/src 375 /third_party/minigbm/src
375 /third_party/mkl 376 /third_party/mkl
376 /third_party/mocha 377 /third_party/mocha
377 /third_party/mockito/src 378 /third_party/mockito/src
378 /third_party/nacl_sdk_binaries/ 379 /third_party/nacl_sdk_binaries/
379 /third_party/netty-tcnative/src 380 /third_party/netty-tcnative/src
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 /ui/keyboard/keyboard_mojom_bindings.xml 465 /ui/keyboard/keyboard_mojom_bindings.xml
465 /ui/surface/surface.xml 466 /ui/surface/surface.xml
466 /ui/surface/surface_gpu_tests.xml 467 /ui/surface/surface_gpu_tests.xml
467 /v8 468 /v8
468 /webkit/data 469 /webkit/data
469 /webpagereplay_logs/ 470 /webpagereplay_logs/
470 /win8/delegate_execute/delegate_execute_version_resources.xml 471 /win8/delegate_execute/delegate_execute_version_resources.xml
471 /win8/metro_driver/metro_driver_version_resources.xml 472 /win8/metro_driver/metro_driver_version_resources.xml
472 /x86-generic_out/ 473 /x86-generic_out/
473 /xcodebuild 474 /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