summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-05-10 18:58:14 -0700
committerAndre Arko <andre@arko.net>2014-05-11 09:55:23 +0100
commit84b1433b3f1fe0623e9da67d5d0d6ef47b939d6d (patch)
tree3459711b7d1ddfc8be56f8ce3919b71d4cc20e52 /.gitignore
parent80b791291cef3a79c804514f172319f9c05ffa70 (diff)
downloadbundler-84b1433b3f1fe0623e9da67d5d0d6ef47b939d6d.tar.gz
anchor gitignores, remove non-bundler stuff
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 5 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 874a3b8e2f..4f79ffe3ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,23 +3,14 @@
# https://help.github.com/articles/ignoring-files and find useful gitignore
# samples at https://github.com/github/gitignore
-# system crap
-.DS_Store
-.*.swp
-
# files created by running the specs
-tmp/
-
-# built gems
-pkg/
-*.gem
+/tmp/
-# rubinius bytecode
-*.rbc
-.rbx/
+# gems built by `rake build`
+/pkg/
# output from ronn
-lib/bundler/man/
+/lib/bundler/man/
# output from ci_reporter
-spec/reports/
+/spec/reports/