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

Side by Side Diff: .gitignore

Issue 2755743003: gitignore: Only ignore direcotries starting with "out" (Closed)
Patch Set: Created 3 years, 9 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 /mojo/mojo_wm_flow_embeddee_bindings.xml 228 /mojo/mojo_wm_flow_embeddee_bindings.xml
229 /mojo/mojo_wm_flow_embedder_bindings.xml 229 /mojo/mojo_wm_flow_embedder_bindings.xml
230 /mojo/mojom_test.xml 230 /mojo/mojom_test.xml
231 /mojo/sample_service.xml 231 /mojo/sample_service.xml
232 /native_client 232 /native_client
233 /net/Debug 233 /net/Debug
234 /net/net_derived_sources.xml 234 /net/net_derived_sources.xml
235 /net/net_unittests_run.xml 235 /net/net_unittests_run.xml
236 /net/Release 236 /net/Release
237 /net/testserver.log 237 /net/testserver.log
238 /out* 238 /out*/
239 /ppapi/native_client/nacl_irt.xml 239 /ppapi/native_client/nacl_irt.xml
240 /ppapi/native_client/ppapi_lib.xml 240 /ppapi/native_client/ppapi_lib.xml
241 /remoting/android/internal/ 241 /remoting/android/internal/
242 /remoting/appengine/ 242 /remoting/appengine/
243 /remoting/host/installer/linux/internal/ 243 /remoting/host/installer/linux/internal/
244 /remoting/ios/ 244 /remoting/ios/
245 /remoting/internal/ 245 /remoting/internal/
246 /remoting/proto/chromotocol_proto_lib.xml 246 /remoting/proto/chromotocol_proto_lib.xml
247 /remoting/remoting_core_resources.xml 247 /remoting/remoting_core_resources.xml
248 /remoting/remoting_elevated_controller.xml 248 /remoting/remoting_elevated_controller.xml
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 /ui/keyboard/keyboard_mojom_bindings.xml 296 /ui/keyboard/keyboard_mojom_bindings.xml
297 /ui/surface/surface.xml 297 /ui/surface/surface.xml
298 /ui/surface/surface_gpu_tests.xml 298 /ui/surface/surface_gpu_tests.xml
299 /v8 299 /v8
300 /webkit/data 300 /webkit/data
301 /webpagereplay_logs/ 301 /webpagereplay_logs/
302 /win8/delegate_execute/delegate_execute_version_resources.xml 302 /win8/delegate_execute/delegate_execute_version_resources.xml
303 /win8/metro_driver/metro_driver_version_resources.xml 303 /win8/metro_driver/metro_driver_version_resources.xml
304 /x86-generic_out/ 304 /x86-generic_out/
305 /xcodebuild 305 /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