sapling/.hgignore
Jun Wu 71c96fe8ea arc: implement an arcanist unittest engine for mercurial
Summary:
This makes `arc unit` work for the repo.
Hopefully it helps improve the code quality.

Test Plan:
Run `arc unit`. Make some changes locally to confirm
it can handle skipped and failed tests.

Reviewers: #sourcecontrol, simonfar

Reviewed By: simonfar

Subscribers: simonfar, mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D3889495

Signature: t1:3889495:1474454314:b3fb7e538979c775f8301d9abdad0d6eda71e411
2016-09-19 22:41:58 +01:00

17 lines
201 B
Plaintext

syntax: regexp
\.pyc$
\.o$
\.so$
\.err$
^build/
^.*\.egg-info/
^packages/
^dist/
^tests/getdb\.sh
^tests/report\.json
.idea
.testtimes*
subinclude:cfastmanifest/.hgignore
subinclude:linelog/.hgignore