# HG changeset patch # User Roy Marples # Date 1611013342 0 # Node ID 29ffd23028c2926b49b1687195a69375786e9ef7 # Parent 0a436791103569535e0652c60067953ac60175fc Ignore everything we build thus far diff -r 0a4367911035 -r 29ffd23028c2 .hgignore --- a/.hgignore Mon Jan 18 23:37:52 2021 +0000 +++ b/.hgignore Mon Jan 18 23:42:22 2021 +0000 @@ -1,7 +1,11 @@ syntax: glob +*~ +*.egg-info/ *.orig -*~ *.pyc +*.tar.* +build/ +dist/ tests/*.err tests/tmp