.hgignore
author Siddharth Agarwal <sid0@fb.com>
Fri, 09 Nov 2012 14:49:30 -0800
branchstable
changeset 1159 b2bd669641d3
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: add --time option to log times for each test --time also prints out the wall-clock time each test takes in descending order. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST