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

Side by Side Diff: .gitignore

Issue 10796051: Change protoc build rule to not use cygwin bash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the additional paths 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 | 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 *.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
11 *.sdf 11 *.sdf
12 *.sln 12 *.sln
13 *.suo 13 *.suo
14 *.targets 14 *.targets
15 *.user 15 *.user
16 *.vcproj 16 *.vcproj
17 *.vcxproj 17 *.vcxproj
18 *.vcxproj.filters 18 *.vcxproj.filters
19 *.vpj 19 *.vpj
20 *.vpw 20 *.vpw
21 *.vpwhistu 21 *.vpwhistu
22 *.vtg 22 *.vtg
23 *.xcodeproj 23 *.xcodeproj
24 *_proto.xml 24 *_proto.xml
25 *_proto_cpp.xml
25 *~ 26 *~
26 .*.sw? 27 .*.sw?
27 .DS_Store 28 .DS_Store
28 .cproject 29 .cproject
29 .gdb_history 30 .gdb_history
30 .gdbinit 31 .gdbinit
31 .metadata 32 .metadata
32 .project 33 .project
33 # Settings directory for eclipse 34 # Settings directory for eclipse
34 /.settings 35 /.settings
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 /v8 233 /v8
233 /webkit/Debug 234 /webkit/Debug
234 /webkit/Release 235 /webkit/Release
235 /webkit/data/bmp_decoder 236 /webkit/data/bmp_decoder
236 /webkit/data/ico_decoder 237 /webkit/data/ico_decoder
237 /webkit/data/layout_tests/LayoutTests 238 /webkit/data/layout_tests/LayoutTests
238 /webkit/data/test_shell/plugins 239 /webkit/data/test_shell/plugins
239 /webkit/data/xbm_decoder 240 /webkit/data/xbm_decoder
240 /x86-generic_out/ 241 /x86-generic_out/
241 /xcodebuild 242 /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