.hgignore
author Augie Fackler <raf@durin42.com>
Mon, 10 Mar 2014 17:52:42 -0400
branchstable
changeset 1359 e23422941bae
parent 450 86c17b3e9100
permissions -rw-r--r--
killdaemons: drop superfluous L suffix from constant As far as I'm aware PEP 237[0] means this suffix is superfluous even on Python 2.4, and we can just drop it, which makes this code happy on Python 3. 0: http://legacy.python.org/dev/peps/pep-0237/ [ original upstream message ]

syntax: glob

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

build/*
MANIFEST