From 09d243f4e125a8114ca5af52040f9024f97e78ea Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 23 Feb 2012 10:21:27 +0000 Subject: [PATCH] add vendor/cache to .hgignore and .gitignore git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8932 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .gitignore | 1 + .hgignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 95f413f63..c90eace33 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ /tmp/sessions/* /tmp/sockets/* /tmp/test/* +/vendor/cache /vendor/rails *.rbc diff --git a/.hgignore b/.hgignore index 4dbb46f94..3f7c70297 100644 --- a/.hgignore +++ b/.hgignore @@ -23,6 +23,7 @@ tmp/cache/* tmp/sessions/* tmp/sockets/* tmp/test/* +vendor/cache vendor/rails *.rbc