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

Side by Side Diff: .gitignore

Issue 225103003: Add tools/perf/internal to .gitignore . (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | 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 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.sdf 8 *.sdf
9 *.sln 9 *.sln
10 *.suo 10 *.suo
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 /tools/gn/bin/linux 350 /tools/gn/bin/linux
351 /tools/gn/bin/mac 351 /tools/gn/bin/mac
352 /tools/gn/bin/win 352 /tools/gn/bin/win
353 /tools/grit 353 /tools/grit
354 /tools/gyp 354 /tools/gyp
355 /tools/histograms 355 /tools/histograms
356 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml 356 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml
357 /tools/metrics/histograms/histograms.before.pretty-print.xml 357 /tools/metrics/histograms/histograms.before.pretty-print.xml
358 /tools/page_cycler/acid3 358 /tools/page_cycler/acid3
359 /tools/perf/data 359 /tools/perf/data
360 /tools/perf/internal
360 /tools/perf/results.html 361 /tools/perf/results.html
361 /tools/swarming_client 362 /tools/swarming_client
362 /tools/tryserver 363 /tools/tryserver
363 /tools/win/link_limiter/build 364 /tools/win/link_limiter/build
364 /ui/surface/surface.xml 365 /ui/surface/surface.xml
365 /ui/surface/surface_gpu_tests.xml 366 /ui/surface/surface_gpu_tests.xml
366 /v8 367 /v8
367 /webkit/data/bmp_decoder 368 /webkit/data/bmp_decoder
368 /webkit/data/ico_decoder 369 /webkit/data/ico_decoder
369 /webkit/data/layout_tests/LayoutTests 370 /webkit/data/layout_tests/LayoutTests
370 /webkit/data/test_shell/plugins 371 /webkit/data/test_shell/plugins
371 /webkit/data/xbm_decoder 372 /webkit/data/xbm_decoder
372 /webkit/Debug 373 /webkit/Debug
373 /webkit/Release 374 /webkit/Release
374 /webkit/renderer/media/crypto/ppapi/cdm 375 /webkit/renderer/media/crypto/ppapi/cdm
375 /webpagereplay_logs/ 376 /webpagereplay_logs/
376 /win8/delegate_execute/delegate_execute_version_resources.xml 377 /win8/delegate_execute/delegate_execute_version_resources.xml
377 /win8/metro_driver/metro_driver_version_resources.xml 378 /win8/metro_driver/metro_driver_version_resources.xml
378 /x86-generic_out/ 379 /x86-generic_out/
379 /xcodebuild 380 /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