.hgignore
author Augie Fackler <raf@durin42.com>
Wed, 06 Nov 2013 18:19:04 -0500
branchstable
changeset 1315 e3461e819922
parent 450 86c17b3e9100
permissions -rw-r--r--
pathutil: tease out a new library to break an import cycle from canonpath use [ original upstream message ]

syntax: glob

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

build/*
MANIFEST