.hgignore
author Patrick Mezard <patrick@mezard.eu>
Mon, 20 Aug 2012 22:36:51 +0200
branchstable
changeset 1128 7f09e7ac63a7
parent 450 86c17b3e9100
permissions -rw-r--r--
killdaemons: take file argument explicitely It makes it easier to use as a generic replacement for kill utility, mostly for Windows tests. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST