summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.hgignore1
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
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