From 60afbcd37fcb77e7cebfc508c198d4177adffee3 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 24 Oct 2012 11:11:38 +0000 Subject: [PATCH] add tmp/thumbnails/* to .hgignore and .gitignore git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10712 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .gitignore | 1 + .hgignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1dc12fcc4..5e0f8882f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ /tmp/sessions/* /tmp/sockets/* /tmp/test/* +/tmp/thumbnails/* /vendor/cache /vendor/rails *.rbc diff --git a/.hgignore b/.hgignore index cd27d0a6b..9fde48651 100644 --- a/.hgignore +++ b/.hgignore @@ -25,6 +25,7 @@ tmp/pdf/* tmp/sessions/* tmp/sockets/* tmp/test/* +tmp/thumbnails/* vendor/cache vendor/rails *.rbc