]> source.dussan.org Git - redmine.git/commitdiff
add bundler generates files to .gitignore and .hgignore (#5638).
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 18 Aug 2011 01:23:33 +0000 (01:23 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 18 Aug 2011 01:23:33 +0000 (01:23 +0000)
Contributed by Gregor Schmidt.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6454 e93f8b46-1217-0410-a6f0-8f06a7374b81

.gitignore
.hgignore

index 1b9d49973fdc8007a31ff3915ef767d3a72ab7c6..980a6310f2eabccc76d129eac1a65a8b45296fd9 100644 (file)
@@ -23,3 +23,7 @@
 /tmp/test/*
 /vendor/rails
 *.rbc
+
+/.bundle
+/Gemfile.lock
+
index e407dd6948b8ac748276099cc0b1ea3bba27133d..12b1e312290290a3e3c3263ee3675c169212f432 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -25,5 +25,10 @@ tmp/sockets/*
 tmp/test/*
 vendor/rails
 *.rbc
+
 .svn/
 .git/
+
+.bundle
+Gemfile.lock
+