diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-10-24 11:11:38 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-10-24 11:11:38 +0000 |
commit | 60afbcd37fcb77e7cebfc508c198d4177adffee3 (patch) | |
tree | 4a3c7426fced18c6cf3de16f417b90051a88e2fb /.gitignore | |
parent | c4ce048970c26140af98472fd0487e789d85d65d (diff) | |
download | redmine-60afbcd37fcb77e7cebfc508c198d4177adffee3.tar.gz redmine-60afbcd37fcb77e7cebfc508c198d4177adffee3.zip |
add tmp/thumbnails/* to .hgignore and .gitignore
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10712 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |