aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/templates/newgem/gitignore.tt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/templates/newgem/gitignore.tt')
-rw-r--r--lib/bundler/templates/newgem/gitignore.tt20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/bundler/templates/newgem/gitignore.tt b/lib/bundler/templates/newgem/gitignore.tt
deleted file mode 100644
index b1c9f9986c..0000000000
--- a/lib/bundler/templates/newgem/gitignore.tt
+++ /dev/null
@@ -1,20 +0,0 @@
-/.bundle/
-/.yardoc
-/_yardoc/
-/coverage/
-/doc/
-/pkg/
-/spec/reports/
-/tmp/
-<%- if config[:ext] -%>
-*.bundle
-*.so
-*.o
-*.a
-mkmf.log
-<%- end -%>
-<%- if config[:test] == "rspec" -%>
-
-# rspec failure tracking
-.rspec_status
-<%- end -%>