.hgignore
author Martin Geisler <mg@lazybytes.net>
Thu, 05 May 2011 20:04:49 +0200
branchstable
changeset 932 eb562ea207c3
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: add --shell command line flag This makes it easy to test with, say, both /bin/bash and /bin/dash instead of changing the system-wide /bin/sh. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST