diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-01-01 21:07:43 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-01-01 21:07:43 +0000 |
commit | 1294fe2c9636d4b0bbe41f7f7829dd9a1fb0396f (patch) | |
tree | e2aaf27194501a2eb7e153651f7cf771f483d4e6 /.hgignore | |
parent | ad727d378100bba88ee16df38f534f1d6fd495db (diff) | |
download | redmine-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-- | .hgignore | 22 |
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 |