From e8a8b11f2e3cfc6a75140d79944bbf8417a521c7 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 3 Nov 2020 09:39:00 +0100 Subject: [PATCH] add LuaCov coverage tooling to ignore list LuaCov: https://github.com/keplerproject/luacov Files: https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html#statsfile --- Lua.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lua.gitignore b/Lua.gitignore index 0901f1de..0b97bdca 100644 --- a/Lua.gitignore +++ b/Lua.gitignore @@ -6,6 +6,10 @@ luac.out *.zip *.tar.gz +# LuaCov coverage reports +luacov.stats.out +luacov.report.out + # Object files *.o *.os