summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-03-15 10:51:35 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-03-15 10:51:35 +0000
commite6f7e47547b5ef34e538a05345ad97773bf3df16 (patch)
treeb0fc38fcc020e3a259baaef5cc648ba312783f59 /.gitignore
parentd78d83f55394bbdac20dcf7ebff43ccc41ff9676 (diff)
downloadredmine-e6f7e47547b5ef34e538a05345ad97773bf3df16.tar.gz
redmine-e6f7e47547b5ef34e538a05345ad97773bf3df16.zip
update .gitignore for non-default themes + plugins (#13476)
Contributed by Pieter Nicolai. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11626 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5e0f8882f..7b1ecfefb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,8 +15,14 @@
/lib/redmine/scm/adapters/mercurial/redminehelper.pyo
/log/*.log*
/log/mongrel_debug
+/plugins/*
+!/plugins/README
/public/dispatch.*
/public/plugin_assets
+/public/themes/*
+!/public/themes/alternate
+!/public/themes/classic
+!/public/themes/README
/tmp/*
/tmp/cache/*
/tmp/pdf/*