From 59eeebee870332ea2b9085688ba524c69311f662 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 17 Jul 2015 08:26:04 +0100 Subject: First pass at the big rename from ProtocolBuffers to Google.Protobuf. We'll see what I've missed when CI fails... --- csharp/.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'csharp/.gitignore') diff --git a/csharp/.gitignore b/csharp/.gitignore index 91baa54e..dbb3dd39 100644 --- a/csharp/.gitignore +++ b/csharp/.gitignore @@ -3,12 +3,12 @@ # src/AddressBook/bin src/AddressBook/obj -src/ProtocolBuffers/bin/ -src/ProtocolBuffers/obj/ -src/ProtocolBuffers.Test/bin/ -src/ProtocolBuffers.Test/obj/ -src/ProtoDump/bin/ -src/ProtoDump/obj/ +src/Google.Protobuf/bin/ +src/Google.Protobuf/obj/ +src/Google.Protobuf.Test/bin/ +src/Google.Protobuf.Test/obj/ +src/Google.Protobuf.JsonDump/bin/ +src/Google.Protobuf.JsonDump/obj/ mono/bin mono/tmp mono/protoc -- cgit v1.2.3