Mercurial > hg > ltpdarepo
annotate .hgignore @ 259:d8b0a06cb763
Implement SMTPS mail delivery.
For clarity the confibguration parameter MAIL_SMTP_USETLS has been
renamed to MAIL_SMTP_STARTTLS and a new parameter MAIL_SMTP_SSL has
been added to enable SMTPS.
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Mon, 29 Sep 2014 15:08:23 +0200 |
parents | 773d9567dcb2 |
children |
rev | line source |
---|---|
258
773d9567dcb2
Update to current buildout.
Daniele Nicolodi <daniele.nicolodi@obspm.fr>
parents:
206
diff
changeset
|
1 bin/ |
0 | 2 eggs/ |
258
773d9567dcb2
Update to current buildout.
Daniele Nicolodi <daniele.nicolodi@obspm.fr>
parents:
206
diff
changeset
|
3 etc/ltpdarepo |
773d9567dcb2
Update to current buildout.
Daniele Nicolodi <daniele.nicolodi@obspm.fr>
parents:
206
diff
changeset
|
4 include/ |
773d9567dcb2
Update to current buildout.
Daniele Nicolodi <daniele.nicolodi@obspm.fr>
parents:
206
diff
changeset
|
5 lib/ |
0 | 6 parts/ |
7 | |
8 syntax: glob | |
9 *.egg-info | |
10 *.pyc | |
11 ._buildout.cfg | |
12 .installed.cfg | |
65
ccf7eda51468
Add .coverage to ignored files.
Daniele Nicolodi <daniele@grinta.net>
parents:
0
diff
changeset
|
13 .coverage |
258
773d9567dcb2
Update to current buildout.
Daniele Nicolodi <daniele.nicolodi@obspm.fr>
parents:
206
diff
changeset
|
14 .Python |
0 | 15 .\#* |
16 *~ |