# HG changeset patch # User martin f. krafft # Date 1333803610 -7200 # Node ID 2c5e2613eca8056dfdea4adb016e20e50e2ae8d9 # Parent 30365a87650d3faa821120375dcc92fb5f89260f Instruct mercurial to ignore build directory Python's distutil builds the package into ./build/, which can and should be ignored with respect to the repository. This patch simply adds the appropriate line to .hgignore. diff -r 30365a87650d -r 2c5e2613eca8 .hgignore --- a/.hgignore Fri Apr 06 23:37:04 2012 +0000 +++ b/.hgignore Sat Apr 07 15:00:10 2012 +0200 @@ -6,3 +6,4 @@ .*.swp .swp doc/build +build