diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-05-14 18:23:35 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-05-14 18:23:35 -0700 |
commit | bdb94d37bef496e609ce927cb7e77196e34cd641 (patch) | |
tree | e050852ec9b76947295be5520e0763b485f13c53 /src/csharp | |
parent | 68be987d102589441c43f4624ce8c79314ab7496 (diff) |
fix gitignore files
Diffstat (limited to 'src/csharp')
-rw-r--r-- | src/csharp/.gitignore | 1 | ||||
-rw-r--r-- | src/csharp/Grpc.Core/.gitignore | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/.gitignore b/src/csharp/.gitignore index c064ff1fa6..ae48956567 100644 --- a/src/csharp/.gitignore +++ b/src/csharp/.gitignore @@ -5,3 +5,4 @@ test-results packages Grpc.v12.suo TestResult.xml +*.nupkg diff --git a/src/csharp/Grpc.Core/.gitignore b/src/csharp/Grpc.Core/.gitignore index c2dd664167..1746e3269e 100644 --- a/src/csharp/Grpc.Core/.gitignore +++ b/src/csharp/Grpc.Core/.gitignore @@ -1,3 +1,2 @@ bin obj -*.nupkg |