.hgignore
author Siddharth Agarwal <sid0@fb.com>
Fri, 09 Nov 2012 15:09:35 -0800
branchstable
changeset 1158 2776fd39ac72
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: remove resultslock since it serves no useful purpose Each child process has its own copy of the results dict, so all access to the results dict is serial. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST