.hgignore
author Christian Ebert <blacktrash@gmx.net>
Fri, 21 May 2010 22:12:39 +0200
changeset 756 c39a201b2b7f
parent 450 86c17b3e9100
permissions -rw-r--r--
Add 2 svn-like date filters svnisodate yields the format the date in svn's Id keyword expands to. svnutcdate yields the format svn's Date/LastChangedDate expands to. http://svnbook.red-bean.com/en/1.5/svn.advanced.props.special.keywords.html

syntax: glob

*.pyc
*.pyo
*~
*.swp
*.orig
*.rej
.DS_Store

build/*
MANIFEST