Ignore results from test runs

This commit is contained in:
R. Tyler Croy 2014-11-20 10:15:24 -08:00
parent 17d523bc8e
commit 0ba058612a
3 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.sw*
.ruby-*
results/*

View File

@ -5,3 +5,4 @@ gem 'hashie'
gem 'colorize'
gem 'net-ssh'
gem 'net-scp'
gem 'pry'

View File

@ -1,11 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.0)
colorize (0.7.3)
hashie (3.3.1)
method_source (0.8.2)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
slop (3.6.0)
PLATFORMS
ruby
@ -15,3 +22,4 @@ DEPENDENCIES
hashie
net-scp
net-ssh
pry