ignore stuff
This commit is contained in:
parent
807a965602
commit
53d986bf59
|
@ -1,4 +1,5 @@
|
||||||
*.swp
|
*.swp
|
||||||
|
*.patch
|
||||||
|
|
||||||
go.*
|
go.*
|
||||||
*.pb.go
|
*.pb.go
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue