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/
/build_test_run/
/coverage/
/doc/
/pkg/
/build_test_run/

View File

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