diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ *.swp +*.patch go.* *.pb.go @@ -19,9 +19,9 @@ vet: goimports: goimports -w *.go +# dump autogenerated files and potential patches clean: - rm -f *.pb.go - -rm -f go.* + rm -f *.pb.go go.* *.patch go-mod-clean --purge #refs.pb.go: refs.proto |
