From cf6030f7763db2bd651f945f5d8fd6570e84b967 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 16 Oct 2012 19:54:31 -0500 Subject: [PATCH] Update .hgignore --- .hgignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.hgignore b/.hgignore index 1a79d4d..bf92205 100644 --- a/.hgignore +++ b/.hgignore @@ -1,4 +1,6 @@ - syntax: regexp -^build$ -^src/Milla.egg-info/.*$ \ No newline at end of file +^build/ +^dist/ +.*\.egg-info/ +.*\.swp +.*\.py[co]