view .hgignore @ 1234:e0167f4e1d8a redmine-2.2-integration

We have a MyHelper now, so we need a MyHelperPatch (also some other minor fixes)
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 13 Mar 2013 14:00:01 +0000
parents bb32da3bea34
children 0a574315af3e
line wrap: on
line source
syntax: glob

.project
.loadpath
config/additional_environment.rb
config/configuration.yml
config/database.yml
config/email.yml
config/initializers/session_store.rb
config/initializers/secret_token.rb
coverage
db/*.db
db/*.sqlite3
db/schema.rb
files/*
lib/redmine/scm/adapters/mercurial/redminehelper.pyc
lib/redmine/scm/adapters/mercurial/redminehelper.pyo
log/*.log*
log/mongrel_debug
public/dispatch.*
public/plugin_assets
tmp/*
tmp/cache/*
tmp/pdf/*
tmp/sessions/*
tmp/sockets/*
tmp/test/*
tmp/thumbnails/*
vendor/cache
vendor/rails
*.rbc

.svn/
.git/
*~
public/themes/soundsoftware/stylesheets/fonts/*

.bundle
Gemfile.lock
Gemfile.local

re:^config\.ru$