comparison .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
comparison
equal deleted inserted replaced
188:e77c01b7b0f4 191:01fbf7dacb39
2 2
3 # complex regex to ignore all but what I want from dotfiles 3 # complex regex to ignore all but what I want from dotfiles
4 ^\.(?!bashrc$|best_unicode|elisp|emacs$|gitconfig$|hg|inputrc$|ipython|irbrc$|pdbrc\.py$|python|screenrc$|shell\.d|vim|zfun|zsh) 4 ^\.(?!bashrc$|best_unicode|elisp|emacs$|gitconfig$|hg|inputrc$|ipython|irbrc$|pdbrc\.py$|python|screenrc$|shell\.d|vim|zfun|zsh)
5 5
6 # above RE fails to exclude viminfo 6 # above RE fails to exclude viminfo
7 \.viminfo 7 ^\.viminfo$
8 ^\.hg\. 8 ^\.hg\.
9 \.ipython/db 9 ^\.ipython/db$
10 ^\.python-eggs$
10 11
11 # above RE fails to exclude history or machine-specific files 12 # above RE fails to exclude history or machine-specific files
12 ^\..*(?=history|machine).* 13 ^\..*(?=history|machine).*
13 14
14 # No pid files 15 # No pid files