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