.hgignore
author Bryan O'Sullivan <bryano@fb.com>
Tue, 27 Nov 2012 11:18:31 -0800
branchstable
changeset 1164 8ed9a9f075f9
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: make build command line less intimidating Use a dict for parameters to the format string, instead of a ridiculous number of positional parameters. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST