.hgignore
author Mads Kiilerich <mads@kiilerich.com>
Mon, 08 Nov 2010 01:35:41 +0100
branchstable
changeset 858 ff1badf6ae7a
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: use (esc) markup for string-escape This makes test output less ambiguous. Failing test output will be escaped and marked up if necessary. A Python string-escape compatible encoding is used, but not everything is encoded - especially not \n and \t and '. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST