From 3ce42e54e5d093c3fd6136f6a9bfc9398f328bce Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 11 Mar 2025 17:06:10 +0100 Subject: Add a VisualStudio solution to build and debug Lanes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configured to build Lanes, the example module deep_userdata_example, and the unit tests * relies on Lua 5.1 → 5.4, LuaJIT and MoonJIT to be built and located in a fixed directory * manual_register legacy test now uses deep_userdata_example module instead of lfs --- src/.gitignore | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/.gitignore (limited to 'src') diff --git a/src/.gitignore b/src/.gitignore deleted file mode 100644 index c5d3bd5..0000000 --- a/src/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/lanes -*.o -*.gch -*.map -- cgit v1.2.3-55-g6feb