.hgignore
author Adrian Buehlmann <adrian@cadifra.com>
Sun, 27 May 2012 18:25:04 +0200
branchstable
changeset 1089 f26e9129f65b
parent 450 86c17b3e9100
permissions -rw-r--r--
hghave: wrap command in 'sh -c "..."' for has_pyflakes() Without this, the has_pyflakes() check always fails in MSYS on Windows. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST