From 7dede877612d4c27ccea66a124b4599e5b080fe6 Mon Sep 17 00:00:00 2001 From: ainame Date: Mon, 3 Jun 2013 00:43:45 +0900 Subject: [PATCH] update .gitignore for basically rubyist enviroment. Most contributors don't need clojure's environment and don't have it. --- .gitignore | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 673f282..db8ac88 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,24 @@ -/target -/classes -/checkouts -pom.xml -*.jar -*.class -.lein-deps-sum -.lein-failures -.lein-plugins -/build -.DS_Store -*.clj -.rvmrc *.gem +*.rbc +.bundle +.config +.yardoc +Gemfile.lock +InstalledFiles +_yardoc +coverage +doc/ +lib/bundler/man +pkg +rdoc +spec/reports +test/tmp +test/version_tmp +tmp + +/build .repl_history -.dat* +.rvmrc +.ruby-gemset +.ruby-version +.DS_Store