Updated gitignore
This commit is contained in:
parent
de34b9dc59
commit
6842147522
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,15 +1,6 @@
|
|||||||
|
|
||||||
test2.lua
|
|
||||||
*.mp3
|
|
||||||
*.exe
|
|
||||||
*.dll
|
|
||||||
lanestestclient.lua
|
|
||||||
lanestest.lua
|
|
||||||
sample-node.lua
|
|
||||||
sample-master.lua
|
|
||||||
Ayn Rand - The Virtue of Selfishness-Mg4QJheclsQ.m4a
|
|
||||||
Atlas Shrugged by Ayn Rand Audiobook-9s2qrEau63E.webm
|
|
||||||
test.lua
|
|
||||||
test.lua
|
|
||||||
*.code-workspace
|
*.code-workspace
|
||||||
*.dat
|
*.dat
|
||||||
|
*test*
|
||||||
|
test*
|
||||||
|
*test
|
||||||
@ -1,5 +1,6 @@
|
|||||||
lanes = require("lanes").configure({allocator="protected",verbose_errors=""})
|
lanes = require("lanes").configure({allocator="protected",verbose_errors=""})
|
||||||
local multi,thread = require("multi"):init()
|
local multi,thread = require("multi"):init()
|
||||||
|
|
||||||
function sleep(n)
|
function sleep(n)
|
||||||
if n > 0 then os.execute("ping -n " .. tonumber(n+1) .. " localhost > NUL") end
|
if n > 0 then os.execute("ping -n " .. tonumber(n+1) .. " localhost > NUL") end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user