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 --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60524bd --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +_Output +_Tmp +.vs +*.dll +*.exe +*.gch +*.map +*.o +*.so -- cgit v1.2.3-55-g6feb