From f7167cf97251a8417c8eb33264a6b6ba8b763a9d Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Thu, 20 Jan 2022 12:29:39 -0500 Subject: [PATCH] Current progress in v15.2.0 updated ignore file --- .gitignore | 17 ++++++----------- README.md | 9 ++++++++- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index fa5e1d5..0fb4bf9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,10 @@ - +*lua5.1 +*lua5.2 +*lua5.3 +*lua5.4 +*luajit 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 +test3.lua *.code-workspace *.dat diff --git a/README.md b/README.md index b0848c7..8a0895d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,14 @@ Found an issue? Please [submit it](https://github.com/rayaman/multi/issues) and someone will look into it! -My multitasking library for lua. It is a pure lua binding, with exceptions of the integrations and the love2d compat. +My multitasking library for lua. It is a pure lua binding, with exceptions of the integrations. + +
+ +Progress is being made in [v15.2.0](https://github.com/rayaman/multi/tree/v15.2.0) +--- + +
INSTALLING ----------