ignore .bundle

This commit is contained in:
Josh Holtrop 2017-05-29 10:57:27 -04:00
parent b5826bd7f4
commit c7943bc2cc
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,6 +1,7 @@
/.bundle/
/.yardoc/ /.yardoc/
/_yardoc/ /_yardoc/
/build_test_run/
/coverage/ /coverage/
/doc/ /doc/
/pkg/ /pkg/
/build_test_run/

View File

@ -2,6 +2,7 @@ require "simplecov"
SimpleCov.start do SimpleCov.start do
add_filter "/spec/" add_filter "/spec/"
add_filter "/.bundle/"
if ENV["partial_specs"] if ENV["partial_specs"]
command_name "RSpec-partial" command_name "RSpec-partial"
else else