view .hgignore @ 482:cce911be024d

serve: Fix a crash when matching taxonomy URLs with incorrect URLs. This is still around code that should have been fixed a while ago but hey, consider this a growing TODO.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 21 Jul 2015 22:42:05 -0700
parents 01f514e9e47a
children f07b7562328f
line wrap: on
line source

syntax: glob
*.pyc
*.egg-info
venv
tags
build/lib
util/messages/_cache
util/messages/_counter
dist
docs/_cache
docs/_counter
docs/bower_components
docs/node_modules
piecrust.egg-info
piecrust/__version__.py

docs