view .hgignore @ 693:d2a87365b85b

bake: Use threads to read/write from/to the main arbitrator process. Since the GIL is released most of the time during blocking I/O operations, this should let the worker threads do more during that time.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 23 Mar 2016 01:53:57 -0700
parents e86568a7434d
children cb01131dedf5
line wrap: on
line source

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