summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-10-22 13:48:38 -0700
committerAndre Arko <andre@arko.net>2010-10-22 13:48:38 -0700
commit462a2af23d686dd4fbc2c72e1bfe240c7e5a4542 (patch)
tree3b687fc751e5ab9940725ead95d10b0a5873c94a /.gitignore
parent7dfb15c8ef9eee29ea44abc1d367223ed2d721eb (diff)
downloadbundler-462a2af23d686dd4fbc2c72e1bfe240c7e5a4542.tar.gz
ignore spec report xml
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 10 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index cabbaf2234..fd71451b7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,19 @@
+# system crap
.DS_Store
.*.swp
+
+# files created by running the specs
tmp
+
+# built gems
pkg
*.gem
+
+# rubinius bytecode
*.rbc
+# output from ronn
lib/bundler/man
-man/*
-!man/*.ronn
-!man/index.txt
+# output from ci_reporter
+spec/reports