sapling/.hgignore
Adam Simpkins b18929a474 [tests] ignore the .testtimes file created by run-tests.py
Summary:
Ignore the .testtimes file created by run-tests.py
This is the same ignore line used in the main hg repository's .hgignore file.

Test Plan: Ran "hg status", didn't see tests/.testtimes listed as untracked any more.

Reviewers: #sourcecontrol, rmcelroy, ttung, durham

Reviewed By: durham

Subscribers: net-systems-diffs@, yogeshwer, mjpieters

Differential Revision: https://phabricator.fb.com/D3014987

Signature: t1:3014987:1457138188:066392d386341e7304b875d9e0aa3d5f4b368a6a
2016-03-04 16:39:51 -08:00

9 lines
84 B
Plaintext

\.pyc$
\.so$
\.err$
^build/
^.*\.egg-info/
^dist/
tests/getdb\.sh
tests/.testtimes*