From 6a3f5399003d1522b0fa7ebd4d6e6af1aa2f6e4f Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 3 Nov 2020 09:33:04 +0100 Subject: [PATCH] update LuaRocks rocks to ignore There are multiple compiled rock types `*.src.rock` is just one. * `*.src.rock` denotes a source archive * `*.all.rock` is for all platforms (pure Lua) * platform specific ones like `*.win32.rock` (contains binaries) see https://github.com/luarocks/luarocks/wiki/Types-of-rocks --- Lua.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lua.gitignore b/Lua.gitignore index 6fd0a376..0901f1de 100644 --- a/Lua.gitignore +++ b/Lua.gitignore @@ -2,7 +2,7 @@ luac.out # luarocks build files -*.src.rock +*.rock *.zip *.tar.gz