Mercurial > piecrust2
annotate .hgignore @ 328:2a5996e0d3ec
tests: Raise an exception instead of crashing rudely.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 31 Mar 2015 22:38:56 -0700 |
parents | 26e59f837558 |
children | 6b9f59b19db7 |
rev | line source |
---|---|
0 | 1 syntax: glob |
2 *.pyc | |
3 venv | |
3
f485ba500df3
Gigantic change to basically make PieCrust 2 vaguely functional.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
4 tags |
71
79f14718ffec
Ignore `setuptools` build directory.
Ludovic Chabant <ludovic@chabant.com>
parents:
9
diff
changeset
|
5 build/lib |
3
f485ba500df3
Gigantic change to basically make PieCrust 2 vaguely functional.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
6 build/messages/_cache |
131
c3d972044e1b
Ignore messages' counter.
Ludovic Chabant <ludovic@chabant.com>
parents:
71
diff
changeset
|
7 build/messages/_counter |
9
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
8 dist |
243
26e59f837558
docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
9 docs/_cache |
26e59f837558
docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
10 docs/_counter |
26e59f837558
docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
11 docs/bower_components |
26e59f837558
docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
12 docs/node_modules |
9
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
13 piecrust.egg-info |
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
14 piecrust/__version__.py |
0 | 15 |