Mercurial > dotfiles
view .hgignore @ 175:4741c022c7ae
python-mode: apply patch from the python-mode list to fix triplequotes.
This patch is originally by Andreas Roehler <andreas.roehler at online.de>.
It was not applied because it works only in GNU Emacs based on list archives.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 16 Dec 2009 22:59:38 -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