.hgignore
author Yuya Nishihara <yuya@tcha.org>
Sat, 02 Oct 2010 22:57:25 +0900
branchstable
changeset 844 e5e1c16fe5b7
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: accept \-escaped test output It changes tsttest to accept expected outputs in python-style \-escapes. It aims to avoid trouble with outputs for non-ascii, color and progress tests. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST