summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4af3329..8e2ad0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
go.*
*.swp
+*.patch
*.pb.go
diff --git a/Makefile b/Makefile
index 8c3f608..dd3e98e 100644
--- a/Makefile
+++ b/Makefile
@@ -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