##// END OF EJS Templates
add bundler generates files to .gitignore and .hgignore (#5638)....
Toshi MARUYAMA -
r6334:2911176e4295
parent child
Show More
@@ -23,3 +23,7
23 /tmp/test/*
23 /tmp/test/*
24 /vendor/rails
24 /vendor/rails
25 *.rbc
25 *.rbc
26
27 /.bundle
28 /Gemfile.lock
29
@@ -25,5 +25,10 tmp/sockets/*
25 tmp/test/*
25 tmp/test/*
26 vendor/rails
26 vendor/rails
27 *.rbc
27 *.rbc
28
28 .svn/
29 .svn/
29 .git/
30 .git/
31
32 .bundle
33 Gemfile.lock
34
General Comments 0
You need to be logged in to leave comments. Login now