summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-29 12:23:55 -0600
committerJeff Carr <[email protected]>2025-01-29 12:23:55 -0600
commit53d986bf5939180e2be42afc8166a22b47a79977 (patch)
tree3253596b846896e6726924a1808af89d81ea57e4
parent807a9656029deb0c678403ea51627303e043a3fd (diff)
ignore stuffv0.0.65
-rw-r--r--.gitignore1
-rw-r--r--Makefile4
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 7a6c02d..3e243f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.swp
+*.patch
go.*
*.pb.go
diff --git a/Makefile b/Makefile
index 6141989..a486984 100644
--- a/Makefile
+++ b/Makefile
@@ -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