aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/.gitignore
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2016-02-29 11:51:56 +0000
committerGravatar Jon Skeet <jonskeet@google.com>2016-02-29 11:51:56 +0000
commitc0cf71bec95fabafb4860564aecd464ba59254ef (patch)
tree3fda6b8950846b51fa0d17752cd368b5a572e489 /csharp/.gitignore
parent60a0d41a2988a40cf3a94a4cb602f5f1c94135e9 (diff)
Implement IDisposable for CodedInputStream and CodedOutputStream
This fixes issue #679 and issue #1282. (The .gitignore change is just around ncrunch; I can put it in a separate PR if you really want.)
Diffstat (limited to 'csharp/.gitignore')
-rw-r--r--csharp/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/.gitignore b/csharp/.gitignore
index 07ea90ac..c88f741e 100644
--- a/csharp/.gitignore
+++ b/csharp/.gitignore
@@ -33,3 +33,4 @@ mono/.libs
mono/*.exe
mono/*.dll
lib/protoc.exe
+*.ncrunch*