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

Side by Side Diff: .gitignore

Issue 11488023: Add /chrome/test/data/perf/third_party/ to .gitignore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 /chrome/test/data/firefox3_profile/searchplugins 87 /chrome/test/data/firefox3_profile/searchplugins
88 /chrome/test/data/firefox3_searchplugins 88 /chrome/test/data/firefox3_searchplugins
89 /chrome/test/data/gpu/vectortown_endurance/ 89 /chrome/test/data/gpu/vectortown_endurance/
90 /chrome/test/data/gpu/vt/ 90 /chrome/test/data/gpu/vt/
91 /chrome/test/data/layout_tests 91 /chrome/test/data/layout_tests
92 /chrome/test/data/osdd 92 /chrome/test/data/osdd
93 /chrome/test/data/perf/canvas_bench 93 /chrome/test/data/perf/canvas_bench
94 /chrome/test/data/perf/frame_rate/content 94 /chrome/test/data/perf/frame_rate/content
95 /chrome/test/data/perf/frame_rate/private 95 /chrome/test/data/perf/frame_rate/private
96 /chrome/test/data/perf/private/ 96 /chrome/test/data/perf/private/
97 /chrome/test/data/perf/third_party/
97 /chrome/test/data/plugin/ 98 /chrome/test/data/plugin/
98 /chrome/test/data/pyauto_private 99 /chrome/test/data/pyauto_private
99 /chrome/tools/memory 100 /chrome/tools/memory
100 /chrome/tools/test/reference_build 101 /chrome/tools/test/reference_build
101 /chrome_frame/chrome_frame_ie.xml 102 /chrome_frame/chrome_frame_ie.xml
102 /chrome_frame/tools/test/reference_build 103 /chrome_frame/tools/test/reference_build
103 /content/test/data/layout_tests/ 104 /content/test/data/layout_tests/
104 /content/test/data/plugin/ 105 /content/test/data/plugin/
105 /data 106 /data
106 /delegate_execute 107 /delegate_execute
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 /webkit/Debug 275 /webkit/Debug
275 /webkit/Release 276 /webkit/Release
276 /webkit/data/bmp_decoder 277 /webkit/data/bmp_decoder
277 /webkit/data/ico_decoder 278 /webkit/data/ico_decoder
278 /webkit/data/layout_tests/LayoutTests 279 /webkit/data/layout_tests/LayoutTests
279 /webkit/data/test_shell/plugins 280 /webkit/data/test_shell/plugins
280 /webkit/data/xbm_decoder 281 /webkit/data/xbm_decoder
281 /webpagereplay_logs/ 282 /webpagereplay_logs/
282 /x86-generic_out/ 283 /x86-generic_out/
283 /xcodebuild 284 /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