Update other files

This commit is contained in:
Alexander Neumann 2017-07-23 14:40:05 +02:00
parent 94b27e8933
commit d6118871be
2 changed files with 2 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,6 +1,3 @@
/pkg
/bin
/restic
/.vagrant
/vendor/pkg
/doc/_build

View File

@ -6,7 +6,7 @@ restic:
go run build.go
clean:
rm -rf restic
rm -f restic
test:
go test ./...
go test ./cmd/... ./internal/...