.hgignore
author Durham Goode <durham@fb.com>
Tue, 12 Mar 2013 10:37:48 -0700
branchstable
changeset 1218 d29df508e187
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: fix test-profile to not depend on HGPROF environment variable The test-profile test would fail if the user had HGPROF set to another profiler in their environment. This fix makes the test independent of that environment variable. Reverts the previous attempt to fix this, which was not cross platoform. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST