Remove test.lua from config.ld and add it to gitignore

This commit is contained in:
Jeremy Baxter 2023-06-26 08:05:38 +12:00
parent 17ee021cf0
commit 4778738d7c
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View file

@ -3,3 +3,4 @@
*.so *.so
csto csto
doc/ doc/
test.lua

View file

@ -19,8 +19,7 @@ file = {
".", ".",
exclude = { exclude = {
"external", "external",
"lua-5.4", "lua-5.4"
"test.lua"
} }
} }