 Chromium Code Reviews
 Chromium Code Reviews Issue 10796051:
  Change protoc build rule to not use cygwin bash.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10796051:
  Change protoc build rule to not use cygwin bash.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: .gitignore | 
| diff --git a/.gitignore b/.gitignore | 
| index b69a829115720c21d8e64b40ba994f91d1221bc2..08867b2982e5e82b2f14f16a61f13415738906f7 100644 | 
| --- a/.gitignore | 
| +++ b/.gitignore | 
| @@ -22,6 +22,7 @@ | 
| *.vtg | 
| *.xcodeproj | 
| *_proto.xml | 
| +*_proto_cpp.xml | 
| *~ | 
| .*.sw? | 
| .DS_Store |