aboutsummaryrefslogtreecommitdiff
path: root/csharp/.gitignore
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-08-04 09:25:38 +0100
committerJon Skeet <jonskeet@google.com>2015-08-05 07:09:39 +0100
commit044c36ebef20f66a9a8b0548f52b81692d779ac7 (patch)
treeae8a9d89ab479f7af0b2333a7b2ba421c4be969b /csharp/.gitignore
parentd77d70d227b648ac8c36183ac9d85cf39f782978 (diff)
downloadprotobuf-044c36ebef20f66a9a8b0548f52b81692d779ac7.tar.gz
protobuf-044c36ebef20f66a9a8b0548f52b81692d779ac7.tar.bz2
protobuf-044c36ebef20f66a9a8b0548f52b81692d779ac7.zip
First pass at C# conformance tests.
Completely untested so far - easier to get started in VS and then transfer to Linux for tweaking...
Diffstat (limited to 'csharp/.gitignore')
-rw-r--r--csharp/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/csharp/.gitignore b/csharp/.gitignore
index dbb3dd39..07ea90ac 100644
--- a/csharp/.gitignore
+++ b/csharp/.gitignore
@@ -5,6 +5,8 @@ src/AddressBook/bin
src/AddressBook/obj
src/Google.Protobuf/bin/
src/Google.Protobuf/obj/
+src/Google.Protobuf.Conformance/bin/
+src/Google.Protobuf.Conformance/obj/
src/Google.Protobuf.Test/bin/
src/Google.Protobuf.Test/obj/
src/Google.Protobuf.JsonDump/bin/