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:
parent
4ee0ccda2e
commit
2911176e42
|
@ -23,3 +23,7 @@
|
|||
/tmp/test/*
|
||||
/vendor/rails
|
||||
*.rbc
|
||||
|
||||
/.bundle
|
||||
/Gemfile.lock
|
||||
|
||||
|
|
Loading…
Reference in New Issue