diff .hgignore @ 317:5e3ea3f497af

hgignore: also ignore ~/{bin,lib}
author Augie Fackler <raf@durin42.com>
date Thu, 04 Jul 2013 19:40:15 -0400
parents 0b718e51de16
children 5ce7678830fa
line wrap: on
line diff
--- a/.hgignore
+++ b/.hgignore
@@ -35,3 +35,5 @@ hgwebdir\.conf
 ^durin42_html
 ^public_html
 ^www
+^lib$
+^bin$