# HG changeset patch # User Augie Fackler # Date 1254009139 14400 # Node ID 6d95039c6544ece5ea58922da89a105615288c7f # Parent 9fdb82e108de6ea03daeef287864d0981910d7cd hgignore: a couple more directories diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -5,6 +5,9 @@ syntax:re # above RE fails to exclude viminfo \.viminfo +^\.hg\. +\.ipython/db + # above RE fails to exclude history or machine-specific files ^\..*(?=history|machine).*