From fbc28c2d64c39a5cfc9f8a5a5743d7c7e05980ea Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 1 Aug 2013 16:02:31 +1000 Subject: [PATCH] plugins should not be checked in auto generated files should not be checked in --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index eb4ca93d934..06f2bd76856 100644 --- a/.gitignore +++ b/.gitignore @@ -36,8 +36,11 @@ config/environments/production.rb # Ignore all logfiles and tempfiles. /log/*.log /tmp +/plugins /logfile +/spec/fixtures/plugins/my_plugin/auto_generated + # Ignore Eclipse .project file /.project