.hgignore
author Matt Mackall <mpm@selenic.com>
Sat, 09 Apr 2011 15:52:19 -0500
branchstable
changeset 899 97ec5d659039
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: better output on timeouts Formerly, timeouts would generate huge scrollback-destroying diffs and weird -15 return codes in the summary. Now we simply report "timed out". [ original upstream message ]

syntax: glob

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

build/*
MANIFEST