# HG changeset patch # User Tyler G. Hicks-Wright # Date 1332373155 21600 # Wed Mar 21 17:39:15 2012 -0600 # Node ID 33a198de0f108f5f2aa92096dea70591b1958baf # Parent 1dd8e7fa12ce094f7cb7b78570d7105c073a21fb Ignore dist and build. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,5 @@ syntax:glob *.pyc *.pyo +dist/* +build/*