diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-11 17:06:10 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-11 17:06:10 +0100 |
commit | 3ce42e54e5d093c3fd6136f6a9bfc9398f328bce (patch) | |
tree | c9bed33585ece45118b2f6d851c5787d76406097 /.gitignore | |
parent | 9ba9cd6185a00bd0623f3cbc96a20ce34dafbbc5 (diff) | |
download | lanes-3ce42e54e5d093c3fd6136f6a9bfc9398f328bce.tar.gz lanes-3ce42e54e5d093c3fd6136f6a9bfc9398f328bce.tar.bz2 lanes-3ce42e54e5d093c3fd6136f6a9bfc9398f328bce.zip |
Add a VisualStudio solution to build and debug Lanes
* 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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60524bd --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,9 @@ | |||
1 | _Output | ||
2 | _Tmp | ||
3 | .vs | ||
4 | *.dll | ||
5 | *.exe | ||
6 | *.gch | ||
7 | *.map | ||
8 | *.o | ||
9 | *.so | ||