diff options
author | Andre Arko <andre@arko.net> | 2010-10-22 13:48:38 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2010-10-22 13:48:38 -0700 |
commit | 462a2af23d686dd4fbc2c72e1bfe240c7e5a4542 (patch) | |
tree | 3b687fc751e5ab9940725ead95d10b0a5873c94a /.gitignore | |
parent | 7dfb15c8ef9eee29ea44abc1d367223ed2d721eb (diff) | |
download | bundler-462a2af23d686dd4fbc2c72e1bfe240c7e5a4542.tar.gz |
ignore spec report xml
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
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 |