From ab6f397df60c7ff6116705b7d045a990979176aa Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 21 Mar 2025 16:53:25 +0100 Subject: Adjusting MSVC files to ease unit testing * Everything assumes there is a _LuaVersions folder containing all supported Lua versions (binaries, libs and headers) alongside the Lanes.sln location * After that the solutions to build the Lua binaries themselves will appear too for reference (mainly because their output folders will be configured accordingly) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 60524bd..71642e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ _Output _Tmp +_LuaVersions .vs *.dll *.exe @@ -7,3 +8,4 @@ _Tmp *.map *.o *.so +*.user \ No newline at end of file -- cgit v1.2.3-55-g6feb