Mercurial > dotfiles
comparison .hgignore @ 337:5ce7678830fa
ipython: stop tracking anything in .ipython, since I'm not customizing it
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 29 May 2014 14:54:49 -0400 |
parents | 5e3ea3f497af |
children | 3111d61151be |
comparison
equal
deleted
inserted
replaced
336:ea73ef5dc38c | 337:5ce7678830fa |
---|---|
1 syntax:re | 1 syntax:re |
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$|irbrc$|pdbrc\.py$|python|screenrc$|shell\.d|vim|zfun|zsh) |
5 | 5 |
6 # above RE fails to exclude some ignorable things | 6 # above RE fails to exclude some ignorable things |
7 ^\.viminfo$ | 7 ^\.viminfo$ |
8 ^\.hg\. | 8 ^\.hg\. |
9 ^\.ipython/db$ | 9 ^\.ipython/db$ |