# HG changeset patch
# User Waqas Hussain <waqas20@gmail.com>
# Date 1505661465 14400
# Node ID 6a27e5f276f7d637dc3263072209373cb9b9016c
# Parent  292f61d9d30a973787505cf49c672abe53e8e53d
.hgignore: Add luacov.report.out, luacov.report.out.index and luacov.stats.out

diff -r 292f61d9d30a -r 6a27e5f276f7 .hgignore
--- a/.hgignore	Sat Sep 16 17:24:56 2017 +0200
+++ b/.hgignore	Sun Sep 17 11:17:45 2017 -0400
@@ -27,3 +27,6 @@
 *.exp
 *.lib
 *.obj
+luacov.report.out
+luacov.report.out.index
+luacov.stats.out
\ No newline at end of file