Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/gomote: ignore some new paths for deleting in gomote push
Since Go 1.9, the cmd/go tool has rearranged and the Go build now writes some auto-generated files in different places. Don't delete these auto-generated files in a "gomote push". Otherwise you can't iteratively: * hack locally * gomote push * test remotely ... without getting remote errors about missing files. Change-Id: Iaf4d03f4a2cde46f5022b63066186495b3ae2c01 Reviewed-on: https://go-review.googlesource.com/53070 Reviewed-by: Andrew Bonventre <[email protected]>
- Loading branch information