# HG changeset patch
# User Pierre-Yves David <pierre-yves.david@octobus.net>
# Date 1569344716 -7200
#      Tue Sep 24 19:05:16 2019 +0200
# Node ID 71a39fad368acc669132363be20aba5dbfa56f2c
# Parent  94b53f56284893d756e425de8f4f13b1f1ed9f5f
main-run: add the LOG file to hgignore

The asv service write information about its work within the LOG file. So we need
it properly ignored so that is does not appears in `hg status` as unknown.

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -15,3 +15,4 @@
 .python-version
 .idea/
 local.repos
+LOG