add vendor/cache to .hgignore and .gitignore

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8932 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-02-23 10:21:27 +00:00
parent a261006666
commit 09d243f4e1
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -21,6 +21,7 @@
/tmp/sessions/*
/tmp/sockets/*
/tmp/test/*
/vendor/cache
/vendor/rails
*.rbc

View File

@ -23,6 +23,7 @@ tmp/cache/*
tmp/sessions/*
tmp/sockets/*
tmp/test/*
vendor/cache
vendor/rails
*.rbc