From 451835c0d96b42a5c07045a62bf54e10ea02acfa Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 18 Aug 2011 01:23:53 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + .hgignore | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5