From b3bc8c2ee72182267ac181fab063b7c74ca505e9 Mon Sep 17 00:00:00 2001 From: hartator Date: Sat, 25 Jul 2015 19:07:51 -0500 Subject: [PATCH] Add gitignore file --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3778d66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +## PROJECT::GENERAL +.yardoc +coverage +doc +rdoc +log +websites + +## BUNDLER +*.gem +.bundle +pkg +Gemfile.lock + +## RBENV +.ruby-version +.rbenv* + +## RCOV +coverage.data + +tmp + +## RUBINIUS +*.rbc