Skip to content

Commit

Permalink
Update other files
Browse files Browse the repository at this point in the history
  • Loading branch information
fd0 committed Jul 23, 2017
1 parent 94b27e8 commit d611887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/pkg
/bin
/restic
/.vagrant
/vendor/pkg
/doc/_build
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ restic:
go run build.go

clean:
rm -rf restic
rm -f restic

test:
go test ./...
go test ./cmd/... ./internal/...

0 comments on commit d611887

Please sign in to comment.