aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/.gitignore
diff options
context:
space:
mode:
authorGravatar kkm <kkm@smartaction.com>2018-10-11 20:22:40 -0700
committerGravatar kkm <kkm@smartaction.com>2018-10-14 02:24:12 -0700
commit6fcb5b29e18268c8948d5bd99c14fca13f9d7b67 (patch)
treea33e6b46ab61a0d8434751d13ecd137e711f2e0c /examples/csharp/.gitignore
parentd0cb61eada9d270b9043ec866b55c88617d362be (diff)
Redo C# examples to use new Grpc.Tools
* No pre-compilation of proto files required; * Tested under Windows and Linux dotnet and mono; * But not tested on Mac/mono; * README updated.
Diffstat (limited to 'examples/csharp/.gitignore')
-rw-r--r--examples/csharp/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/csharp/.gitignore b/examples/csharp/.gitignore
index 585000ea2d..11f758f5c8 100644
--- a/examples/csharp/.gitignore
+++ b/examples/csharp/.gitignore
@@ -1,5 +1,7 @@
+.vs/
bin/
obj/
packages/
*.suo
+*.user
*.userprefs