# HG changeset patch # User Björn Ricks # Date 1420452331 -3600 # Node ID c8310574ec9288510d6d8dc18ee3f92fb9156d90 # Parent 7a63212924c3e4401fe4952a09edd1a8fd8e8900 Ignore dist and build directories Both dirs are created by setup.py and should't be added to the scm. diff -r 7a63212924c3 -r c8310574ec92 .hgignore --- a/.hgignore Mon Jan 05 11:04:07 2015 +0100 +++ b/.hgignore Mon Jan 05 11:05:31 2015 +0100 @@ -12,3 +12,5 @@ tags getan.egg-info urwid* +dist +build