Skip to content

Commit

Permalink
Restore .gitignore and coverage.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Jun 3, 2017
1 parent 408a557 commit 2896a2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,3 @@ Session.vim
# auto-generated tag files
tags

# dependency management files
glide.lock
glide.yaml
vendor/

2 changes: 1 addition & 1 deletion coverage.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -e

function go_files { find . -name '*_test.go' ; }
function filter { grep -v -e '/_' -e vendor ; }
function filter { grep -v -e '/_' ; }
function remove_relative_prefix { sed -e 's/^\.\///g' ; }

function directories {
Expand Down

0 comments on commit 2896a2e

Please sign in to comment.