Mercurial > hg > soundsoftware-site
comparison .hgignore @ 523:0b6c82dead28 luisf
Merge from branch "cannam"
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Mon, 25 Jul 2011 14:23:37 +0100 |
parents | a8e5a47c5596 |
children | 5e80956cc792 |
comparison
equal
deleted
inserted
replaced
318:f7c525dc7585 | 523:0b6c82dead28 |
---|---|
1 syntax: glob | |
2 | |
3 .project | |
4 .loadpath | |
5 config/additional_environment.rb | |
6 config/configuration.yml | |
7 config/database.yml | |
8 config/email.yml | |
9 config/initializers/session_store.rb | |
10 coverage | |
11 db/*.db | |
12 db/*.sqlite3 | |
13 db/schema.rb | |
14 files/* | |
15 lib/redmine/scm/adapters/mercurial/redminehelper.pyc | |
16 lib/redmine/scm/adapters/mercurial/redminehelper.pyo | |
17 log/*.log* | |
18 log/mongrel_debug | |
19 public/dispatch.* | |
20 public/plugin_assets | |
21 tmp/cache/* | |
22 tmp/sessions/* | |
23 tmp/sockets/* | |
24 tmp/test/* | |
25 vendor/rails | |
26 *.rbc | |
27 .svn/ | |
28 .git/ | |
29 *~ | |
30 |