summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt Robinson <matt@puppetlabs.com>2011-01-06 15:10:35 -0800
committerMatt Robinson <matt@puppetlabs.com>2011-01-06 15:32:37 -0800
commit3d3baec01466f5745f96c4ece4ade6bdea11e81d (patch)
treee7d7dc7688ec2af41496e994b8a57c567be5d8d9 /.gitignore
parent83ac3e789ddc8dbf40c93460032474870fb16c54 (diff)
downloadpuppet-3d3baec01466f5745f96c4ece4ade6bdea11e81d.tar.gz
puppet-3d3baec01466f5745f96c4ece4ade6bdea11e81d.tar.xz
puppet-3d3baec01466f5745f96c4ece4ade6bdea11e81d.zip
maint: Remove rspec options from the Rakefile
Having the Rakefile set RSpec options made it so that the .rspec (spec.opts in RSpec < 2) file for personal RSpec preferences was ignored. It also caused the ci_reporter RSpec options to be ignored which meant that Hudson couldn't get consumable output from our spec runs. It's also about time Puppet had a project level .gitignore file so that if people want personal rspec preferences (color or a different print format for example) in a .rspec file, those changes don't actually get checked in. Paired-with: Jesse Wolfe
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..1e6b959a0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.rspec
+results