ignore stuff

This commit is contained in:
Jeff Carr 2025-01-29 12:23:55 -06:00
parent 807a965602
commit 53d986bf59
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.swp *.swp
*.patch
go.* go.*
*.pb.go *.pb.go

View File

@ -19,9 +19,9 @@ vet:
goimports: goimports:
goimports -w *.go goimports -w *.go
# dump autogenerated files and potential patches
clean: clean:
rm -f *.pb.go rm -f *.pb.go go.* *.patch
-rm -f go.*
go-mod-clean --purge go-mod-clean --purge
#refs.pb.go: refs.proto #refs.pb.go: refs.proto