diff --git a/.gitignore b/.gitignore index 95f413f6321..c90eace33cc 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 4dbb46f9436..3f7c7029788 100644 --- a/.hgignore +++ b/.hgignore @@ -23,6 +23,7 @@ tmp/cache/* tmp/sessions/* tmp/sockets/* tmp/test/* +vendor/cache vendor/rails *.rbc