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

Side by Side Diff: .gitignore

Issue 10857004: git ignore /chrome/test/data/plugin/ and /third_party/amd/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 /chrome/test/data/firefox2_profile/searchplugins 80 /chrome/test/data/firefox2_profile/searchplugins
81 /chrome/test/data/firefox2_searchplugins 81 /chrome/test/data/firefox2_searchplugins
82 /chrome/test/data/firefox3_profile/searchplugins 82 /chrome/test/data/firefox3_profile/searchplugins
83 /chrome/test/data/firefox3_searchplugins 83 /chrome/test/data/firefox3_searchplugins
84 /chrome/test/data/layout_tests 84 /chrome/test/data/layout_tests
85 /chrome/test/data/osdd 85 /chrome/test/data/osdd
86 /chrome/test/data/perf/canvas_bench 86 /chrome/test/data/perf/canvas_bench
87 /chrome/test/data/perf/frame_rate/content 87 /chrome/test/data/perf/frame_rate/content
88 /chrome/test/data/perf/frame_rate/private 88 /chrome/test/data/perf/frame_rate/private
89 /chrome/test/data/perf/private/ 89 /chrome/test/data/perf/private/
90 /chrome/test/data/plugin/
90 /chrome/test/data/pyauto_private 91 /chrome/test/data/pyauto_private
91 /chrome/tools/memory 92 /chrome/tools/memory
92 /chrome/tools/test/reference_build 93 /chrome/tools/test/reference_build
93 /chrome_frame/chrome_frame_ie.xml 94 /chrome_frame/chrome_frame_ie.xml
94 /chrome_frame/tools/test/reference_build 95 /chrome_frame/tools/test/reference_build
95 /content/test/data/layout_tests/ 96 /content/test/data/layout_tests/
96 /content/test/data/plugin/ 97 /content/test/data/plugin/
97 /data 98 /data
98 /delegate_execute 99 /delegate_execute
99 /googleurl 100 /googleurl
100 /gpu/gles2_conform_test 101 /gpu/gles2_conform_test
101 /gyp-mac-tool 102 /gyp-mac-tool
102 /llvm 103 /llvm
103 /media/yuv_convert_simd_x86.xml
104 /media/test/data/content 104 /media/test/data/content
105 /media/test/data/security 105 /media/test/data/security
106 /media/yuv_convert_simd_x86.xml
106 /metro_driver 107 /metro_driver
107 /native_client 108 /native_client
108 /net/Debug 109 /net/Debug
109 /net/Release 110 /net/Release
110 /net/testserver.log 111 /net/testserver.log
111 /out 112 /out
112 /out_* 113 /out_*
113 /pdf 114 /pdf
114 /ppapi/native_client/nacl_irt.xml 115 /ppapi/native_client/nacl_irt.xml
115 /ppapi/native_client/ppapi_lib.xml 116 /ppapi/native_client/ppapi_lib.xml
(...skipping 12 matching lines...) Expand all
128 /sandbox/linux/seccomp-legacy/ 129 /sandbox/linux/seccomp-legacy/
129 /sdch/open-vcdiff 130 /sdch/open-vcdiff
130 /seccompsandbox 131 /seccompsandbox
131 /testing/gmock 132 /testing/gmock
132 /testing/gtest 133 /testing/gtest
133 /testserver.log 134 /testserver.log
134 /third_party/GTM 135 /third_party/GTM
135 /third_party/WebKit 136 /third_party/WebKit
136 /third_party/adobe/flash/binaries 137 /third_party/adobe/flash/binaries
137 /third_party/adobe/flash/symbols 138 /third_party/adobe/flash/symbols
139 /third_party/amd/
138 /third_party/angle 140 /third_party/angle
139 /third_party/aosp 141 /third_party/aosp
140 /third_party/asan 142 /third_party/asan
141 /third_party/bidichecker 143 /third_party/bidichecker
142 /third_party/bison 144 /third_party/bison
143 /third_party/cacheinvalidation/files 145 /third_party/cacheinvalidation/files
144 /third_party/chromeos_login_manager 146 /third_party/chromeos_login_manager
145 /third_party/chromeos_text_input 147 /third_party/chromeos_text_input
146 /third_party/cros 148 /third_party/cros
147 /third_party/cros_system_api 149 /third_party/cros_system_api
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 /v8 239 /v8
238 /webkit/Debug 240 /webkit/Debug
239 /webkit/Release 241 /webkit/Release
240 /webkit/data/bmp_decoder 242 /webkit/data/bmp_decoder
241 /webkit/data/ico_decoder 243 /webkit/data/ico_decoder
242 /webkit/data/layout_tests/LayoutTests 244 /webkit/data/layout_tests/LayoutTests
243 /webkit/data/test_shell/plugins 245 /webkit/data/test_shell/plugins
244 /webkit/data/xbm_decoder 246 /webkit/data/xbm_decoder
245 /x86-generic_out/ 247 /x86-generic_out/
246 /xcodebuild 248 /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