changeset 565:582057a9787f

Add build-y stuff to .hgignore.
author Simon Cross <hodgestar@gmail.com>
date Sun, 10 Apr 2011 02:21:32 +0200
parents b69ecfe339a6
children 129d97a1ea8f
files .hgignore
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sun Apr 10 02:19:24 2011 +0200
+++ b/.hgignore	Sun Apr 10 02:21:32 2011 +0200
@@ -4,3 +4,6 @@
 /\._[^/]*$
 /\.~lock\..*#$
 /\.DS_Store$
+^dist/$
+^build/$
+^.*\.egg-info/$