Mercurial > dotfiles
view .hgignore @ 166:1f6d35a7a197
emacs: scrollbars on the right
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 14 Dec 2009 11:32:16 -0600 |
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