changeset 191:01fbf7dacb39

hgignore: add a dir that gets missed by the insane regex
author Augie Fackler <durin42@gmail.com>
date Tue, 06 Apr 2010 14:59:19 -0500
parents e77c01b7b0f4
children fed1da889f84
files .hgignore
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore
+++ b/.hgignore
@@ -4,9 +4,10 @@ syntax:re
 ^\.(?!bashrc$|best_unicode|elisp|emacs$|gitconfig$|hg|inputrc$|ipython|irbrc$|pdbrc\.py$|python|screenrc$|shell\.d|vim|zfun|zsh)
 
 # above RE fails to exclude viminfo
-\.viminfo
+^\.viminfo$
 ^\.hg\.
-\.ipython/db
+^\.ipython/db$
+^\.python-eggs$
 
 # above RE fails to exclude history or machine-specific files
 ^\..*(?=history|machine).*