From a698a92747b9f0fe332b2136e17664cea3a2d634 Mon Sep 17 00:00:00 2001 From: Michael Minter Date: Tue, 30 Oct 2012 12:05:22 -0500 Subject: [PATCH] add .project files to .gitignore .project files come from Aptana Studio, a Rails IDE. --- Rails.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index 54cb8bbb..d8b22bb2 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -13,4 +13,5 @@ capybara-*.html /spec/tmp/* **.orig rerun.txt -pickle-email-*.html \ No newline at end of file +pickle-email-*.html +.project \ No newline at end of file