From 0efc0fd6c9ffd097b2b837008e84e32f90dbfb65 Mon Sep 17 00:00:00 2001 From: djones Date: Tue, 7 Sep 2010 14:29:53 +1200 Subject: here's the new gitignore --- .gitignore | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b81217d..9c1a2c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,44 @@ .bundle -*.gem \ No newline at end of file +*.gem +*.DS_Store + +# Documentation +doc/api +doc/app +doc/* +.yardoc +.yardopts + +# Refinery Specific +*.tmproj +*.autobackupbyrefinery.* +/refinerycms-blog*.gem +.autotest + +# Mac +.DS_Store + +# NetBeans +nbproject + +# Eclipse +.project + +# Redcar +.redcar + +# Rubinius +*.rbc + +# Vim +*.swp +*.swo + +# RubyMine +.idea + +# Backup +*~ + +# Capybara Bug +capybara-*html -- cgit v1.2.3