From 4acdc08900ccfe072c93c31605cd6ee8abe720dc Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 27 Jun 2023 16:40:23 +1200 Subject: [PATCH] Add lua and luac to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 44e1437..f94ca4e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ csto doc/ test.lua + +lua +luac