annotate .hgignore @ 487:61508ae67488

templating: Make Jinja support arbitrary extension, show warning for old stuff. * Show a warning when using old Twig setting. * Acceept a list of extension names to activate.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 22 Jul 2015 20:01:56 -0700
parents 01f514e9e47a
children f07b7562328f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a212a3f2e3ee Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 syntax: glob
a212a3f2e3ee Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 *.pyc
477
01f514e9e47a cm: Ignore `.egg-info` stuff.
Ludovic Chabant <ludovic@chabant.com>
parents: 443
diff changeset
3 *.egg-info
0
a212a3f2e3ee Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 venv
3
f485ba500df3 Gigantic change to basically make PieCrust 2 vaguely functional.
Ludovic Chabant <ludovic@chabant.com>
parents: 0
diff changeset
5 tags
71
79f14718ffec Ignore `setuptools` build directory.
Ludovic Chabant <ludovic@chabant.com>
parents: 9
diff changeset
6 build/lib
443
6b9f59b19db7 cm: Move build directory to util to avoid conflicts with pip.
Ludovic Chabant <ludovic@chabant.com>
parents: 243
diff changeset
7 util/messages/_cache
6b9f59b19db7 cm: Move build directory to util to avoid conflicts with pip.
Ludovic Chabant <ludovic@chabant.com>
parents: 243
diff changeset
8 util/messages/_counter
9
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents: 3
diff changeset
9 dist
243
26e59f837558 docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents: 131
diff changeset
10 docs/_cache
26e59f837558 docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents: 131
diff changeset
11 docs/_counter
26e59f837558 docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents: 131
diff changeset
12 docs/bower_components
26e59f837558 docs: Add embryo of a documentation website.
Ludovic Chabant <ludovic@chabant.com>
parents: 131
diff changeset
13 docs/node_modules
9
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents: 3
diff changeset
14 piecrust.egg-info
8f7ba2c95025 Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents: 3
diff changeset
15 piecrust/__version__.py
0
a212a3f2e3ee Initial commit.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
16
443
6b9f59b19db7 cm: Move build directory to util to avoid conflicts with pip.
Ludovic Chabant <ludovic@chabant.com>
parents: 243
diff changeset
17 docs