.hgignore
author Brendan Cully <brendan@kublai.com>
Sat, 06 Feb 2010 15:18:36 +0100
branchstable
changeset 682 1c7056415039
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: kill daemons on ^C with -j. This is not perfect, but the problem is fundamentally racy. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST