summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-01-01 21:07:43 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-01-01 21:07:43 +0000
commit1294fe2c9636d4b0bbe41f7f7829dd9a1fb0396f (patch)
treee2aaf27194501a2eb7e153651f7cf771f483d4e6 /.hgignore
parentad727d378100bba88ee16df38f534f1d6fd495db (diff)
downloadredmine-1294fe2c9636d4b0bbe41f7f7829dd9a1fb0396f.tar.gz
redmine-1294fe2c9636d4b0bbe41f7f7829dd9a1fb0396f.zip
Adding .hgignore based on the .gitignore.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4606 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 000000000..cded71b38
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,22 @@
+syntax: glob
+
+config/additional_environment.rb
+config/database.yml
+config/email.yml
+config/initializers/session_store.rb
+coverage
+db/*.db
+db/*.sqlite3
+db/schema.rb
+files/*
+log/*.log*
+log/mongrel_debug
+public/dispatch.*
+public/plugin_assets
+tmp/*
+tmp/cache/*
+tmp/sessions/*
+tmp/sockets/*
+tmp/test/*
+vendor/rails
+*.rbc