diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-10-22 23:56:12 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-10-22 23:56:12 +0000 |
commit | be48d44fe7d914cd5db59ebdf21e8cf39b241748 (patch) | |
tree | d66389601cf294e296c2ab14d5855951b73f4910 | |
parent | 94a491e0ca98246be250fb2a3df4b2f3af39d925 (diff) | |
download | redmine-be48d44fe7d914cd5db59ebdf21e8cf39b241748.tar.gz redmine-be48d44fe7d914cd5db59ebdf21e8cf39b241748.zip |
reflect r13487 and r13488 svn:ignore changes to .hgignore and .gitignore (#8817)
git-svn-id: http://svn.redmine.org/redmine/trunk@13492 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | .hgignore | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 557709a96..bba0ec275 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ /plugins/* !/plugins/README /public/dispatch.* -/public/plugin_assets +/public/plugin_assets/* /public/themes/* !/public/themes/alternate !/public/themes/classic @@ -20,7 +20,7 @@ lib/redmine/scm/adapters/mercurial/redminehelper.pyo log/*.log* log/mongrel_debug public/dispatch.* -public/plugin_assets +public/plugin_assets/* tmp/* tmp/cache/* tmp/pdf/* |