From e535c0bf9cd47949137f9654221c6d744e2a6916 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sat, 28 Jan 2023 17:49:16 -0500 Subject: [PATCH] add ludus binary to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 449b516..b41fa4f 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,5 @@ pom.xml.asc .cpcache/ **/.DS_Store /sandbox -ludus.sublime-workspace \ No newline at end of file +ludus.sublime-workspace +ludus \ No newline at end of file