view .hgignore @ 0:53ea2bc254e7

Begin a package to abstract some of the important configuration handling stuff. - My first package with a "setup.py" installer. BUGS: - licensing
author Franz Glasner <hg@dom66.de>
date Mon, 07 Mar 2016 09:03:18 +0100
parents
children b4dc745f5a53
line wrap: on
line source

syntax: glob

*.pyc
*.pyo
*.egg-info
build/
dist/