From 6842147522b0663b0c7e3cbf1bbd57468b72bc09 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sun, 2 Jan 2022 11:25:42 -0500 Subject: [PATCH] Updated gitignore --- .gitignore | 15 +++------------ test3.lua | 1 + 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index fa5e1d5..d5aac56 100644 --- a/.gitignore +++ b/.gitignore @@ -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 *.dat +*test* +test* +*test \ No newline at end of file diff --git a/test3.lua b/test3.lua index 3afc3ad..e0bb33f 100644 --- a/test3.lua +++ b/test3.lua @@ -1,5 +1,6 @@ lanes = require("lanes").configure({allocator="protected",verbose_errors=""}) local multi,thread = require("multi"):init() + function sleep(n) if n > 0 then os.execute("ping -n " .. tonumber(n+1) .. " localhost > NUL") end end