From 00d95de6d983428fc8bb3c110b12b02f44e541fa Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Sun, 15 May 2022 23:11:00 +0200 Subject: [PATCH] chore: Ignore LuaRocks working files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index db23e87..4ef1917 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ lua.debug .cache/clangd compile_commands.json .sass-cache + +*.rockspec.asc +*.src.rock