Mercurial > dotfiles
comparison .hgignore @ 147:6d95039c6544
hgignore: a couple more directories
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sat, 26 Sep 2009 19:52:19 -0400 |
parents | daceba28ace4 |
children | 01fbf7dacb39 |
comparison
equal
deleted
inserted
replaced
146:9fdb82e108de | 147:6d95039c6544 |
---|---|
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\. | |
9 \.ipython/db | |
10 | |
8 # above RE fails to exclude history or machine-specific files | 11 # above RE fails to exclude history or machine-specific files |
9 ^\..*(?=history|machine).* | 12 ^\..*(?=history|machine).* |
10 | 13 |
11 # No pid files | 14 # No pid files |
12 .*\.pid$ | 15 .*\.pid$ |