forked from TrueCloudLab/restic
Update other files
This commit is contained in:
parent
94b27e8933
commit
d6118871be
2 changed files with 2 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,3 @@
|
|||
/pkg
|
||||
/bin
|
||||
/restic
|
||||
/.vagrant
|
||||
/vendor/pkg
|
||||
/doc/_build
|
||||
|
|
4
Makefile
4
Makefile
|
@ -6,7 +6,7 @@ restic:
|
|||
go run build.go
|
||||
|
||||
clean:
|
||||
rm -rf restic
|
||||
rm -f restic
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
go test ./cmd/... ./internal/...
|
||||
|
|
Loading…
Reference in a new issue