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

Side by Side Diff: .gitignore

Issue 457003004: Make landmines work on local builds too (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reland: handle clean pull and ios Created 6 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 | DEPS » ('j') | 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 11 matching lines...) Expand all
22 *_proto.xml 22 *_proto.xml
23 *_proto_cpp.xml 23 *_proto_cpp.xml
24 *~ 24 *~
25 !Android.mk 25 !Android.mk
26 .*.sw? 26 .*.sw?
27 .DS_Store 27 .DS_Store
28 .classpath 28 .classpath
29 .cproject 29 .cproject
30 .gdb_history 30 .gdb_history
31 .gdbinit 31 .gdbinit
32 .landmines
32 .metadata 33 .metadata
33 .project 34 .project
34 .pydevproject 35 .pydevproject
35 # Settings directory for eclipse 36 # Settings directory for eclipse
36 /.settings 37 /.settings
37 .checkstyle 38 .checkstyle
38 cscope.* 39 cscope.*
39 Session.vim 40 Session.vim
40 tags 41 tags
41 Thumbs.db 42 Thumbs.db
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 /webkit/data/test_shell/plugins 384 /webkit/data/test_shell/plugins
384 /webkit/data/xbm_decoder 385 /webkit/data/xbm_decoder
385 /webkit/Debug 386 /webkit/Debug
386 /webkit/Release 387 /webkit/Release
387 /webkit/renderer/media/crypto/ppapi/cdm 388 /webkit/renderer/media/crypto/ppapi/cdm
388 /webpagereplay_logs/ 389 /webpagereplay_logs/
389 /win8/delegate_execute/delegate_execute_version_resources.xml 390 /win8/delegate_execute/delegate_execute_version_resources.xml
390 /win8/metro_driver/metro_driver_version_resources.xml 391 /win8/metro_driver/metro_driver_version_resources.xml
391 /x86-generic_out/ 392 /x86-generic_out/
392 /xcodebuild 393 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698