# HG changeset patch # User Pierre-Yves David # Date 1461195611 25200 # Node ID 854421a48e0cf514fdbd064ded7c1a2b8ce04d6e # Parent 498329a3c90048f5c211dabcfaab1bfc7bdbd3fa hgignore: add an ignore rule for test timing Modern tests runner store a record of last test run timing. We properly ignore it. diff -r 498329a3c900 -r 854421a48e0c .hgignore --- a/.hgignore Thu Mar 17 17:03:51 2016 -0700 +++ b/.hgignore Wed Apr 20 16:40:11 2016 -0700 @@ -14,3 +14,4 @@ ^MANIFEST$ ^docs/tutorials/.*\.rst$ \.ico$ +tests/\.testtimes