Browse Source

Explicitly specify protoc plugin in Plugin test target

This change explicitly specifies the swift grpc ptotoc plugin in the
`Plugin` directory, so users without `.` in the path can run the test
target.

Also add some build artifacts from the Plugin directory to .gitignore.
Andy Chou 8 years ago
parent
commit
13ddb92fc6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -3,3 +3,5 @@ project.xcworkspace
 xcuserdata
 .build
 third_party/**
+Plugin/Packages/**
+Plugin/protoc-*