diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .hgignore | 1 |
2 files changed, 2 insertions, 0 deletions
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 @@ -23,6 +23,7 @@ tmp/cache/* tmp/sessions/* tmp/sockets/* tmp/test/* +vendor/cache vendor/rails *.rbc |