Browse Source

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
tags/1.3.0
Toshi MARUYAMA 12 years ago
parent
commit
2911176e42
2 changed files with 9 additions and 0 deletions
  1. 4
    0
      .gitignore
  2. 5
    0
      .hgignore

+ 4
- 0
.gitignore View File

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

/.bundle
/Gemfile.lock


+ 5
- 0
.hgignore View File

@@ -25,5 +25,10 @@ tmp/sockets/*
tmp/test/*
vendor/rails
*.rbc

.svn/
.git/

.bundle
Gemfile.lock


Loading…
Cancel
Save