From 60afbcd37fcb77e7cebfc508c198d4177adffee3 2012-10-24 11:11:38 From: Toshi MARUYAMA Date: 2012-10-24 11:11:38 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 --- diff --git a/.gitignore b/.gitignore index 1dc12fc..5e0f888 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 cd27d0a..9fde486 100644 --- a/.hgignore +++ b/.hgignore @@ -25,6 +25,7 @@ tmp/pdf/* tmp/sessions/* tmp/sockets/* tmp/test/* +tmp/thumbnails/* vendor/cache vendor/rails *.rbc