Instruct mercurial to ignore build directory v0.6.x
authormartin f. krafft <madduck@madduck.net>
Sat, 07 Apr 2012 15:00:10 +0200
branchv0.6.x
changeset 494 2c5e2613eca8
parent 493 30365a87650d
child 495 612a60e9d558
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.
.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