.hgignore
author Augie Fackler <raf@durin42.com>
Thu, 19 Sep 2013 15:29:28 -0400
branchstable
changeset 1293 6e9bfd51bc6f
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: find mercurial path with syntax valid on both py2 and py3 [ original upstream message ]

syntax: glob

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

build/*
MANIFEST