diff .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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Mon Mar 07 09:03:18 2016 +0100
@@ -0,0 +1,7 @@
+syntax: glob
+
+*.pyc
+*.pyo
+*.egg-info
+build/
+dist/