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:
parent
6a3f539900
commit
e8a8b11f2e
@ -6,6 +6,10 @@ luac.out
|
|||||||
*.zip
|
*.zip
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
|
||||||
|
# LuaCov coverage reports
|
||||||
|
luacov.stats.out
|
||||||
|
luacov.report.out
|
||||||
|
|
||||||
# Object files
|
# Object files
|
||||||
*.o
|
*.o
|
||||||
*.os
|
*.os
|
||||||
|
Loading…
Reference in New Issue
Block a user