Mercurial > piecrust2
annotate .hgignore @ 677:a9b13c848b20
cm: Make Travis-CI test packaging.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 06 Mar 2016 23:51:44 -0800 |
parents | a1b69b320217 |
children | e86568a7434d |
rev | line source |
---|---|
0 | 1 syntax: glob |
2 *.pyc | |
477
01f514e9e47a
cm: Ignore `.egg-info` stuff.
Ludovic Chabant <ludovic@chabant.com>
parents:
443
diff
changeset
|
3 *.egg-info |
668
a1b69b320217
cm: Ignore `py.test` cache.
Ludovic Chabant <ludovic@chabant.com>
parents:
587
diff
changeset
|
4 .cache |
587
d4a01a023998
admin: Add "FoodTruck" admin panel from the side experiment project.
Ludovic Chabant <ludovic@chabant.com>
parents:
538
diff
changeset
|
5 __pycache__ |
0 | 6 venv |
3
f485ba500df3
Gigantic change to basically make PieCrust 2 vaguely functional.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
7 tags |
587
d4a01a023998
admin: Add "FoodTruck" admin panel from the side experiment project.
Ludovic Chabant <ludovic@chabant.com>
parents:
538
diff
changeset
|
8 bower_components |
d4a01a023998
admin: Add "FoodTruck" admin panel from the side experiment project.
Ludovic Chabant <ludovic@chabant.com>
parents:
538
diff
changeset
|
9 node_modules |
71
79f14718ffec
Ignore `setuptools` build directory.
Ludovic Chabant <ludovic@chabant.com>
parents:
9
diff
changeset
|
10 build/lib |
443
6b9f59b19db7
cm: Move build directory to util to avoid conflicts with pip.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
11 util/messages/_cache |
6b9f59b19db7
cm: Move build directory to util to avoid conflicts with pip.
Ludovic Chabant <ludovic@chabant.com>
parents:
243
diff
changeset
|
12 util/messages/_counter |
9
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
13 dist |
243
26e59f837558
docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
14 docs/_cache |
26e59f837558
docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents:
131
diff
changeset
|
15 docs/_counter |
587
d4a01a023998
admin: Add "FoodTruck" admin panel from the side experiment project.
Ludovic Chabant <ludovic@chabant.com>
parents:
538
diff
changeset
|
16 foodtruck/static |
9
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
17 piecrust.egg-info |
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
18 piecrust/__version__.py |
538
423f06934358
cm: Ignore Rope cache.
Ludovic Chabant <ludovic@chabant.com>
parents:
502
diff
changeset
|
19 .ropeproject |
0 | 20 |