e8a8b11f2e
LuaCov: https://github.com/keplerproject/luacov Files: https://keplerproject.github.io/luacov/doc/modules/luacov.defaults.html#statsfile
46 lines
382 B
Plaintext
46 lines
382 B
Plaintext
# Compiled Lua sources
|
|
luac.out
|
|
|
|
# luarocks build files
|
|
*.rock
|
|
*.zip
|
|
*.tar.gz
|
|
|
|
# LuaCov coverage reports
|
|
luacov.stats.out
|
|
luacov.report.out
|
|
|
|
# Object files
|
|
*.o
|
|
*.os
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
*.def
|
|
*.exp
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
|