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
This commit is contained in:
Thijs Schreijer 2020-11-03 09:39:00 +01:00
parent 6a3f539900
commit e8a8b11f2e

View File

@ -6,6 +6,10 @@ luac.out
*.zip
*.tar.gz
# LuaCov coverage reports
luacov.stats.out
luacov.report.out
# Object files
*.o
*.os