summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Rakefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1417813..37da1ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ spec/ldap.yml
pkg/
*.swp
*.pyc
+*.rbc
html/
doc/
publish/
diff --git a/Rakefile b/Rakefile
index ae8affe..7f4f602 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,8 +4,6 @@ require 'rubygems'
require 'rspec'
require 'hoe'
-p RSpec
-
Hoe.plugin :doofus
Hoe.plugin :gemspec
Hoe.plugin :git