From: Toshi MARUYAMA Date: Thu, 18 Aug 2011 01:23:53 +0000 (+0000) Subject: add Gemfile.local to .gitignore and .hgignore (#5638). X-Git-Tag: 1.3.0~1506 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=451835c0d96b42a5c07045a62bf54e10ea02acfa;p=redmine.git add Gemfile.local to .gitignore and .hgignore (#5638). Contributed by Holger Just. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6455 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/.gitignore b/.gitignore index 980a6310f..95f413f63 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ /.bundle /Gemfile.lock +/Gemfile.local diff --git a/.hgignore b/.hgignore index 12b1e3122..4dbb46f94 100644 --- a/.hgignore +++ b/.hgignore @@ -31,4 +31,5 @@ vendor/rails .bundle Gemfile.lock +Gemfile.local