diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ go.* *.swp +*.patch *.pb.go @@ -20,7 +20,7 @@ goimports: goimports -w *.go clean: - rm -f *.pb.go + rm -f *.pb.go *.patch -rm -f go.* go-mod-clean --purge |
