diff --git a/.gitignore b/.gitignore index cf17e31..d3a31bb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ .project .DS_Store coverage/ +minicomic-backend + diff --git a/Makefile b/Makefile index 3d80368..9fda3b6 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,6 @@ test : testrb `find tests -name '*.rb'` test-coverage : - rcov -x '\/jruby\/lib\/' -x '\/tests\/data\/' `find tests -name '*.rb'` + rcov -x '\/.rvm\/' -x '\/tests\/data\/' `find tests -name '*.rb'` sed 's#