Mercurial > dotfiles
view .hgignore @ 163:6a781c14cdfd
zsh/bash: change default timezome
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 05 Nov 2009 00:04:55 -0500 |
parents | 6d95039c6544 |
children | 01fbf7dacb39 |
line wrap: on
line source
syntax:re # complex regex to ignore all but what I want from dotfiles ^\.(?!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 ^\.hg\. \.ipython/db # above RE fails to exclude history or machine-specific files ^\..*(?=history|machine).* # No pid files .*\.pid$ #one-off file/directory exclusions hgwebdir\.conf ^Desktop ^Documents ^Downloads ^Dropbox ^Library ^Misc. Stuff ^Movies ^Music ^Pictures ^Programming ^Public ^Sites ^durin42_html ^public_html ^www