Add .gitignore and .luacov

This commit is contained in:
Lucien Greathouse 2018-02-01 11:21:41 -08:00
parent 3dda05030b
commit 3ca1885cc2
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/luacov.*.out

9
.luacov Normal file
View file

@ -0,0 +1,9 @@
return {
include = {
"^lib",
},
exclude = {
"%.spec$",
"_spec$",
},
}