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

Side by Side Diff: .gitignore

Issue 469623002: Revert of Make landmines work on local builds too (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
33 .metadata 32 .metadata
34 .project 33 .project
35 .pydevproject 34 .pydevproject
36 # Settings directory for eclipse 35 # Settings directory for eclipse
37 /.settings 36 /.settings
38 .checkstyle 37 .checkstyle
39 cscope.* 38 cscope.*
40 Session.vim 39 Session.vim
41 tags 40 tags
42 Thumbs.db 41 Thumbs.db
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 /webkit/data/test_shell/plugins 383 /webkit/data/test_shell/plugins
385 /webkit/data/xbm_decoder 384 /webkit/data/xbm_decoder
386 /webkit/Debug 385 /webkit/Debug
387 /webkit/Release 386 /webkit/Release
388 /webkit/renderer/media/crypto/ppapi/cdm 387 /webkit/renderer/media/crypto/ppapi/cdm
389 /webpagereplay_logs/ 388 /webpagereplay_logs/
390 /win8/delegate_execute/delegate_execute_version_resources.xml 389 /win8/delegate_execute/delegate_execute_version_resources.xml
391 /win8/metro_driver/metro_driver_version_resources.xml 390 /win8/metro_driver/metro_driver_version_resources.xml
392 /x86-generic_out/ 391 /x86-generic_out/
393 /xcodebuild 392 /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