From 402b97fbdf4857adc5aa80f85fa5e59148e126b7 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 19 Sep 2024 00:43:31 +0200 Subject: Added debuggers to Nix shell --- zig-lua/lua-5.4.7/.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 zig-lua/lua-5.4.7/.gitignore (limited to 'zig-lua/lua-5.4.7/.gitignore') diff --git a/zig-lua/lua-5.4.7/.gitignore b/zig-lua/lua-5.4.7/.gitignore new file mode 100644 index 0000000..ae2899e --- /dev/null +++ b/zig-lua/lua-5.4.7/.gitignore @@ -0,0 +1,15 @@ +.gitattributes + +*.so +*.o +*.a + +manual/manual.html + +testes/time.txt +testes/time-debug.txt + +testes/libs/all + +temp +lua -- cgit v1.2.3