view .hgignore @ 111:d51a18e5b0e3

Reimplement configmix.safe_merge() do to a deepcopy of all source configurations when merging. configmix.safe_merge() does now a deepcopy of all source configurations when merging. Changes in configuration instances after will not be reflected in the merged configuration any more.
author Franz Glasner <hg@dom66.de>
date Sat, 24 Mar 2018 18:47:54 +0100
parents 85d2bbbb943e
children ab3d0326419c
line wrap: on
line source

syntax: glob

*.pyc
*.pyo
*.egg-info
build/
dist/
doc/_build/
_venv*/