add tmp/thumbnails/* to .hgignore and .gitignore

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10712 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-10-24 11:11:38 +00:00
parent c4ce048970
commit 60afbcd37f
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -23,6 +23,7 @@
/tmp/sessions/*
/tmp/sockets/*
/tmp/test/*
/tmp/thumbnails/*
/vendor/cache
/vendor/rails
*.rbc

View File

@ -25,6 +25,7 @@ tmp/pdf/*
tmp/sessions/*
tmp/sockets/*
tmp/test/*
tmp/thumbnails/*
vendor/cache
vendor/rails
*.rbc