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

Side by Side Diff: .gitignore

Issue 10805077: Add content/test/data/plugin/ to .gitignore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 *.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 *.scons 10 *.scons
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 /chrome/test/data/firefox2_profile/searchplugins 79 /chrome/test/data/firefox2_profile/searchplugins
80 /chrome/test/data/firefox2_searchplugins 80 /chrome/test/data/firefox2_searchplugins
81 /chrome/test/data/firefox3_profile/searchplugins 81 /chrome/test/data/firefox3_profile/searchplugins
82 /chrome/test/data/firefox3_searchplugins 82 /chrome/test/data/firefox3_searchplugins
83 /chrome/test/data/layout_tests 83 /chrome/test/data/layout_tests
84 /chrome/test/data/osdd 84 /chrome/test/data/osdd
85 /chrome/test/data/perf/canvas_bench 85 /chrome/test/data/perf/canvas_bench
86 /chrome/test/data/perf/frame_rate/content 86 /chrome/test/data/perf/frame_rate/content
87 /chrome/test/data/perf/frame_rate/private 87 /chrome/test/data/perf/frame_rate/private
88 /chrome/test/data/perf/private/ 88 /chrome/test/data/perf/private/
89 /chrome/test/data/plugin 89 /chrome/test/data/plugin
jam 2012/07/23 23:37:25 nit: can take this out now after r27037 in src-int
90 /chrome/test/data/pyauto_private 90 /chrome/test/data/pyauto_private
91 /chrome/tools/memory 91 /chrome/tools/memory
92 /chrome/tools/test/reference_build 92 /chrome/tools/test/reference_build
93 /chrome_frame/chrome_frame_ie.xml 93 /chrome_frame/chrome_frame_ie.xml
94 /chrome_frame/tools/test/reference_build 94 /chrome_frame/tools/test/reference_build
95 /content/test/data/layout_tests/ 95 /content/test/data/layout_tests/
96 /content/test/data/plugin/
96 /data 97 /data
97 /delegate_execute 98 /delegate_execute
98 /googleurl 99 /googleurl
99 /gpu/gles2_conform_test 100 /gpu/gles2_conform_test
100 /gyp-mac-tool 101 /gyp-mac-tool
101 /llvm 102 /llvm
102 /media/yuv_convert_simd_x86.xml 103 /media/yuv_convert_simd_x86.xml
103 /media/test/data/content 104 /media/test/data/content
104 /media/test/data/security 105 /media/test/data/security
105 /metro_driver 106 /metro_driver
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 /v8 229 /v8
229 /webkit/Debug 230 /webkit/Debug
230 /webkit/Release 231 /webkit/Release
231 /webkit/data/bmp_decoder 232 /webkit/data/bmp_decoder
232 /webkit/data/ico_decoder 233 /webkit/data/ico_decoder
233 /webkit/data/layout_tests/LayoutTests 234 /webkit/data/layout_tests/LayoutTests
234 /webkit/data/test_shell/plugins 235 /webkit/data/test_shell/plugins
235 /webkit/data/xbm_decoder 236 /webkit/data/xbm_decoder
236 /x86-generic_out/ 237 /x86-generic_out/
237 /xcodebuild 238 /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