From 2911176e4295d82588065d8a4df2883102a4e6e3 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 18 Aug 2011 01:23:33 +0000 Subject: [PATCH] add bundler generates files to .gitignore and .hgignore (#5638). Contributed by Gregor Schmidt. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6454 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .gitignore | 4 ++++ .hgignore | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 1b9d49973..980a6310f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,7 @@ /tmp/test/* /vendor/rails *.rbc + +/.bundle +/Gemfile.lock + diff --git a/.hgignore b/.hgignore index e407dd694..12b1e3122 100644 --- a/.hgignore +++ b/.hgignore @@ -25,5 +25,10 @@ tmp/sockets/* tmp/test/* vendor/rails *.rbc + .svn/ .git/ + +.bundle +Gemfile.lock + -- 2.39.5