Skip to content

Commit

Permalink
add Gemfile.local to .gitignore and .hgignore (#5638).
Browse files Browse the repository at this point in the history
Contributed by Holger Just.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6455 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Aug 18, 2011
1 parent 2911176 commit 451835c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@

/.bundle
/Gemfile.lock
/Gemfile.local

1 change: 1 addition & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ vendor/rails

.bundle
Gemfile.lock
Gemfile.local

0 comments on commit 451835c

Please sign in to comment.