Mercurial > dotfiles
diff .hgignore @ 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 | 6d95039c6544 |
children | 5599a864b888 |
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).*