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
This commit is contained in:
Toshi MARUYAMA 2011-08-18 01:23:33 +00:00
parent 4ee0ccda2e
commit 2911176e42
2 changed files with 9 additions and 0 deletions

4
.gitignore vendored
View File

@ -23,3 +23,7 @@
/tmp/test/*
/vendor/rails
*.rbc
/.bundle
/Gemfile.lock

View File

@ -25,5 +25,10 @@ tmp/sockets/*
tmp/test/*
vendor/rails
*.rbc
.svn/
.git/
.bundle
Gemfile.lock